Searched refs:CheckOverload (Results 1 – 8 of 8) sorted by relevance
/external/clang/include/clang/Sema/ |
D | Sema.h | 2247 OverloadKind CheckOverload(Scope *S,
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 3247 OverloadKind CheckOverload(Scope *S,
|
/external/clang/lib/Sema/ |
D | SemaOverload.cpp | 927 Sema::CheckOverload(Scope *S, FunctionDecl *New, const LookupResult &Old, in CheckOverload() function in Sema
|
D | SemaDeclCXX.cpp | 7982 switch (CheckOverload(nullptr, FD, Previous, OldDecl, in CheckUsingShadowDecl()
|
D | SemaDecl.cpp | 8663 switch (CheckOverload(S, NewFD, Previous, OldDecl, in CheckFunctionDeclaration()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaOverload.cpp | 1031 Sema::CheckOverload(Scope *S, FunctionDecl *New, const LookupResult &Old, in CheckOverload() function in Sema
|
D | SemaDeclCXX.cpp | 11683 switch (CheckOverload(nullptr, FD, Previous, OldDecl, in CheckUsingShadowDecl()
|
D | SemaDecl.cpp | 10677 switch (CheckOverload(S, NewFD, Previous, OldDecl, in CheckFunctionDeclaration()
|