Searched refs:CheckOverload (Results 1 – 4 of 4) sorted by relevance
/external/clang/include/clang/Sema/ |
D | Sema.h | 2185 OverloadKind CheckOverload(Scope *S,
|
/external/clang/lib/Sema/ |
D | SemaDeclCXX.cpp | 7808 switch (CheckOverload(nullptr, FD, Previous, OldDecl, in CheckUsingShadowDecl()
|
D | SemaOverload.cpp | 889 Sema::CheckOverload(Scope *S, FunctionDecl *New, const LookupResult &Old, in CheckOverload() function in Sema
|
D | SemaDecl.cpp | 8337 switch (CheckOverload(S, NewFD, Previous, OldDecl, in CheckFunctionDeclaration()
|