Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp72 static bool isCapturedVar(CodeGenFunction &CGF, const VarDecl *VD) { in isCapturedVar() function in __anon53c5fabf0111::OMPLexicalScope
100 isCapturedVar(CGF, VD) || (CGF.CapturedStmtInfo && in OMPLexicalScope()
232 static bool isCapturedVar(CodeGenFunction &CGF, const VarDecl *VD) { in isCapturedVar() function in __anon53c5fabf0111::OMPSimdLexicalScope
296 isCapturedVar(CGF, VD) || in OMPSimdLexicalScope()