Home
last modified time | relevance | path

Searched refs:checkAddressOfFunctionIsAvailable (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/clang/lib/Sema/
DSemaOverload.cpp1812 if (!S.checkAddressOfFunctionIsAvailable(FD)) in IsStandardConversion()
10163 static bool checkAddressOfFunctionIsAvailable(Sema &S, const FunctionDecl *FD, in checkAddressOfFunctionIsAvailable() function
10218 return checkAddressOfFunctionIsAvailable(S, FD, /*Complain=*/true, in checkAddressOfCandidateIsAvailable()
10223 bool Sema::checkAddressOfFunctionIsAvailable(const FunctionDecl *Function, in checkAddressOfFunctionIsAvailable() function in Sema
10226 return ::checkAddressOfFunctionIsAvailable(*this, Function, Complain, in checkAddressOfFunctionIsAvailable()
12040 if (!S.checkAddressOfFunctionIsAvailable(Specialization)) in AddMatchingTemplateFunction()
12077 if (!S.checkAddressOfFunctionIsAvailable(FunDecl)) in AddMatchingNonTemplateFunction()
12351 if (!checkAddressOfFunctionIsAvailable(FD)) in resolveAddressOfSingleOverloadCandidate()
13109 !SemaRef.checkAddressOfFunctionIsAvailable(FD, /*Complain=*/true, in FinishOverloadedCallExpr()
13160 !S.checkAddressOfFunctionIsAvailable(I->Function, /*Complain=*/false)) { in markUnaddressableCandidatesUnviable()
DSemaInit.cpp5585 return !S.checkAddressOfFunctionIsAvailable( in isExprAnUnaddressableFunction()
8163 if (!S.checkAddressOfFunctionIsAvailable(FD, /*Complain=*/true, in Perform()
8983 S.checkAddressOfFunctionIsAvailable(FD, /*Complain=*/true, in Diagnose()
DSemaExpr.cpp517 if (!checkAddressOfFunctionIsAvailable(FD, Diagnose, E->getExprLoc())) in DefaultFunctionArrayConversion()
6462 if (CallingNDeclIndirectly && !checkAddressOfFunctionIsAvailable( in BuildCallExpr()
13369 if (!checkAddressOfFunctionIsAvailable(FD, /*Complain=*/true, in CheckAddressOfOperand()
15720 return !S.checkAddressOfFunctionIsAvailable(FD, in maybeDiagnoseAssignmentToFunction()
/external/clang/lib/Sema/
DSemaInit.cpp4935 return !S.checkAddressOfFunctionIsAvailable( in isExprAnUnaddressableFunction()
7116 S.checkAddressOfFunctionIsAvailable(FD, /*Complain=*/true, in Diagnose()
DSemaExpr.cpp531 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/
DSema.h2551 bool checkAddressOfFunctionIsAvailable(const FunctionDecl *Function,
/external/llvm-project/clang/include/clang/Sema/
DSema.h3612 bool checkAddressOfFunctionIsAvailable(const FunctionDecl *Function,