Searched refs:CheckEnableIf (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOverload.cpp | 7296 CheckEnableIf(Function, CandidateSet.getLocation(), Args)) { in AddOverloadCandidate() 7458 EnableIfAttr *Sema::CheckEnableIf(FunctionDecl *Function, in CheckEnableIf() function in Sema 7854 CheckEnableIf(Method, CandidateSet.getLocation(), Args, true)) { in AddMethodCandidate() 8456 CheckEnableIf(Conversion, CandidateSet.getLocation(), {})) { in AddConversionCandidate() 8663 CheckEnableIf(Conversion, CandidateSet.getLocation(), {})) { in AddSurrogateCandidate() 16312 CheckEnableIf(Method, LParenLoc, Args, true)) { in BuildCallToMemberFunction()
|
| H A D | SemaExpr.cpp | 6385 S.CheckEnableIf(Callee, Fn->getBeginLoc(), ArgExprs, true)) { in checkDirectCallValidity()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 10555 EnableIfAttr *CheckEnableIf(FunctionDecl *Function, SourceLocation CallLoc,
|