Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaOverload.cpp6427 if (!Caller->isImplicit() && !IsAllowedCUDACall(Caller, Function)) { in AddOverloadCandidate()
6938 if (!IsAllowedCUDACall(Caller, Method)) { in AddMethodCandidate()
12061 if (!Caller->isImplicit() && !S.IsAllowedCUDACall(Caller, FunDecl)) in AddMatchingNonTemplateFunction()
/external/llvm-project/clang/include/clang/Sema/
DSema.h11896 bool IsAllowedCUDACall(const FunctionDecl *Caller, in IsAllowedCUDACall() function