Home
last modified time | relevance | path

Searched refs:CheckEnableIf (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp7296 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 DSemaExpr.cpp6385 S.CheckEnableIf(Callee, Fn->getBeginLoc(), ArgExprs, true)) { in checkDirectCallValidity()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h10555 EnableIfAttr *CheckEnableIf(FunctionDecl *Function, SourceLocation CallLoc,