Home
last modified time | relevance | path

Searched refs:isOpenMPTargetCapturedDecl (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenMP.h183 bool isOpenMPTargetCapturedDecl(const ValueDecl *D, unsigned Level,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp19340 OpenMP().isOpenMPTargetCapturedDecl(Var, RSI->OpenMPLevel, in tryCaptureVariable()
H A DSemaOpenMP.cpp2647 bool SemaOpenMP::isOpenMPTargetCapturedDecl(const ValueDecl *D, unsigned Level, in isOpenMPTargetCapturedDecl() function in SemaOpenMP