Searched refs:checkAddressOfFunctionIsAvailable (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaOverload.cpp | 1563 if (!S.checkAddressOfFunctionIsAvailable(FD)) in IsStandardConversion() 8829 static bool checkAddressOfFunctionIsAvailable(Sema &S, const FunctionDecl *FD, in checkAddressOfFunctionIsAvailable() function 8865 return checkAddressOfFunctionIsAvailable(S, FD, /*Complain=*/true, in checkAddressOfCandidateIsAvailable() 8870 bool Sema::checkAddressOfFunctionIsAvailable(const FunctionDecl *Function, in checkAddressOfFunctionIsAvailable() function in Sema 8873 return ::checkAddressOfFunctionIsAvailable(*this, Function, Complain, in checkAddressOfFunctionIsAvailable() 10284 if (!S.checkAddressOfFunctionIsAvailable(Specialization)) in AddMatchingTemplateFunction() 10317 if (!S.checkAddressOfFunctionIsAvailable(FunDecl)) in AddMatchingNonTemplateFunction() 11161 !SemaRef.checkAddressOfFunctionIsAvailable(FD, /*Complain=*/true, in FinishOverloadedCallExpr()
|
D | SemaInit.cpp | 4815 return !S.checkAddressOfFunctionIsAvailable( in isExprAnUnaddressableFunction() 6950 S.checkAddressOfFunctionIsAvailable(FD, /*Complain=*/true, in Diagnose()
|
D | SemaExpr.cpp | 519 if (!checkAddressOfFunctionIsAvailable(FD, Diagnose, E->getExprLoc())) in DefaultFunctionArrayConversion() 9884 if (!checkAddressOfFunctionIsAvailable(FD, /*Complain=*/true, in CheckAddressOfOperand() 11845 return !S.checkAddressOfFunctionIsAvailable(FD, in maybeDiagnoseAssignmentToFunction()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 2485 bool checkAddressOfFunctionIsAvailable(const FunctionDecl *Function,
|