Home
last modified time | relevance | path

Searched refs:OverloadKind (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILOpBuilder.cpp25 enum OverloadKind : uint16_t { enum
55 static const char *getOverloadTypeName(OverloadKind Kind) { in getOverloadTypeName()
57 case OverloadKind::HALF: in getOverloadTypeName()
59 case OverloadKind::FLOAT: in getOverloadTypeName()
61 case OverloadKind::DOUBLE: in getOverloadTypeName()
63 case OverloadKind::I1: in getOverloadTypeName()
65 case OverloadKind::I8: in getOverloadTypeName()
67 case OverloadKind::I16: in getOverloadTypeName()
69 case OverloadKind::I32: in getOverloadTypeName()
71 case OverloadKind::I64: in getOverloadTypeName()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp1205 OverloadKind Sema::CheckOverload(Scope *S, FunctionDecl *New, in CheckOverload()
1249 return OverloadKind::Match; in CheckOverload()
1256 return OverloadKind::NonFunction; in CheckOverload()
1273 return OverloadKind::NonFunction; in CheckOverload()
1280 return OverloadKind::NonFunction; in CheckOverload()
1308 return OverloadKind::Overload; in CheckOverload()
1312 return OverloadKind::Match; in CheckOverload()
1315 return OverloadKind::Overload; in CheckOverload()
H A DSemaDeclCXX.cpp12794 case OverloadKind::Overload: in CheckUsingShadowDecl()
12797 case OverloadKind::NonFunction: in CheckUsingShadowDecl()
12802 case OverloadKind::Match: in CheckUsingShadowDecl()
H A DSemaDecl.cpp12061 case OverloadKind::Match: in CheckFunctionDeclaration()
12065 case OverloadKind::NonFunction: in CheckFunctionDeclaration()
12069 case OverloadKind::Overload: in CheckFunctionDeclaration()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h807 enum class OverloadKind { enum
10017 OverloadKind CheckOverload(Scope *S, FunctionDecl *New,