Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenMP.h142 bool isOpenMPCapturedByRef(const ValueDecl *D, unsigned Level,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp1816 if (!SemaRef.OpenMP().isOpenMPCapturedByRef( in getTopDSA()
2132 bool SemaOpenMP::isOpenMPCapturedByRef(const ValueDecl *D, unsigned Level, in isOpenMPCapturedByRef() function in SemaOpenMP
H A DSemaExpr.cpp18463 ByRef = S.OpenMP().isOpenMPCapturedByRef(Var, RSI->OpenMPLevel, in captureInCapturedRegion()