Home
last modified time | relevance | path

Searched refs:IsAllowedCall (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaCUDA.h176 bool IsAllowedCall(const FunctionDecl *Caller, const FunctionDecl *Callee) { in IsAllowedCall() function
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp6977 !CUDA().IsAllowedCall(Caller, Function)) { in AddOverloadCandidate()
7499 if (!CUDA().IsAllowedCall(getCurFunctionDecl(/*AllowLambda=*/true), in AddMethodCandidate()
12948 !S.CUDA().IsAllowedCall(Caller, FunDecl)) in AddMatchingNonTemplateFunction()