Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h8735 bool isOpenMPPrivateDecl(const ValueDecl *D, unsigned Level) const;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp1672 bool Sema::isOpenMPPrivateDecl(const ValueDecl *D, unsigned Level) const { in isOpenMPPrivateDecl() function in Sema
H A DSemaExpr.cpp15395 bool IsOpenMPPrivateDecl = isOpenMPPrivateDecl(Var, RSI->OpenMPLevel); in tryCaptureVariable()