Lines Matching defs:checkAddressOfFunctionIsAvailable
2334 if (!S.checkAddressOfFunctionIsAvailable(FD))
11086 static bool checkAddressOfFunctionIsAvailable(Sema &S, const FunctionDecl *FD,
11150 return checkAddressOfFunctionIsAvailable(S, FD, /*Complain=*/true,
11155 bool Sema::checkAddressOfFunctionIsAvailable(const FunctionDecl *Function,
11158 return ::checkAddressOfFunctionIsAvailable(*this, Function, Complain,
13118 if (!S.checkAddressOfFunctionIsAvailable(Specialization))
13162 if (!S.checkAddressOfFunctionIsAvailable(FunDecl))
13407 if (!checkAddressOfFunctionIsAvailable(FD))
14169 !SemaRef.checkAddressOfFunctionIsAvailable(FD, /*Complain=*/true,
14222 !S.checkAddressOfFunctionIsAvailable(I->Function, /*Complain=*/false)) {