Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h10322 bool isOpenMPGlobalCapturedDecl(ValueDecl *D, unsigned Level,
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp17791 IsGlobal && isOpenMPGlobalCapturedDecl(Var, RSI->OpenMPLevel, in tryCaptureVariable()
H A DSemaOpenMP.cpp2437 bool Sema::isOpenMPGlobalCapturedDecl(ValueDecl *D, unsigned Level, in isOpenMPGlobalCapturedDecl() function in Sema