Home
last modified time | relevance | path

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

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