Searched refs:checkAddressOfFunctionIsAvailable (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaOverload.cpp | 1615 if (!S.checkAddressOfFunctionIsAvailable(FD)) in IsStandardConversion() 8944 static bool checkAddressOfFunctionIsAvailable(Sema &S, const FunctionDecl *FD, in checkAddressOfFunctionIsAvailable() function 8980 return checkAddressOfFunctionIsAvailable(S, FD, /*Complain=*/true, in checkAddressOfCandidateIsAvailable() 8985 bool Sema::checkAddressOfFunctionIsAvailable(const FunctionDecl *Function, in checkAddressOfFunctionIsAvailable() function in Sema 8988 return ::checkAddressOfFunctionIsAvailable(*this, Function, Complain, in checkAddressOfFunctionIsAvailable() 10450 if (!S.checkAddressOfFunctionIsAvailable(Specialization)) in AddMatchingTemplateFunction() 10483 if (!S.checkAddressOfFunctionIsAvailable(FunDecl)) in AddMatchingNonTemplateFunction() 10738 if (!checkAddressOfFunctionIsAvailable(FD)) in resolveAddressOfOnlyViableOverloadCandidate() 11391 !SemaRef.checkAddressOfFunctionIsAvailable(FD, /*Complain=*/true, in FinishOverloadedCallExpr() 11434 !S.checkAddressOfFunctionIsAvailable(I->Function, /*Complain=*/false)) { in markUnaddressableCandidatesUnviable()
|
D | SemaInit.cpp | 4935 return !S.checkAddressOfFunctionIsAvailable( in isExprAnUnaddressableFunction() 7116 S.checkAddressOfFunctionIsAvailable(FD, /*Complain=*/true, in Diagnose()
|
D | SemaExpr.cpp | 531 if (!checkAddressOfFunctionIsAvailable(FD, Diagnose, E->getExprLoc())) in DefaultFunctionArrayConversion() 5236 !checkAddressOfFunctionIsAvailable(FD, /*Complain=*/true, in ActOnCallExpr() 10397 if (!checkAddressOfFunctionIsAvailable(FD, /*Complain=*/true, in CheckAddressOfOperand() 12386 return !S.checkAddressOfFunctionIsAvailable(FD, in maybeDiagnoseAssignmentToFunction()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 2551 bool checkAddressOfFunctionIsAvailable(const FunctionDecl *Function,
|