Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h8745 bool isOpenMPTargetCapturedDecl(const ValueDecl *D, unsigned Level) const;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp1738 bool Sema::isOpenMPTargetCapturedDecl(const ValueDecl *D, in isOpenMPTargetCapturedDecl() function in Sema
H A DSemaExpr.cpp15397 isOpenMPTargetCapturedDecl(Var, RSI->OpenMPLevel); in tryCaptureVariable()