Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp65 if (C.capturesVariable() || C.capturesVariableByCopy()) { in OMPLexicalScope()
139 else if (CurCap->capturesVariableByCopy()) { in GenerateOpenMPCapturedVars()
222 if ((I->capturesVariableByCopy() && !ArgType->isAnyPointerType()) || in GenerateOpenMPCapturedStmtFunction()
226 if (I->capturesVariable() || I->capturesVariableByCopy()) { in GenerateOpenMPCapturedStmtFunction()
266 if (I->capturesVariableByCopy() && FD->getType()->isAnyPointerType()) { in GenerateOpenMPCapturedStmtFunction()
295 } else if (I->capturesVariableByCopy()) { in GenerateOpenMPCapturedStmtFunction()
DCodeGenFunction.h194 else if (I->capturesVariableByCopy()) in Kind()
DCGOpenMPRuntime.cpp336 if (!C.capturesVariable() && !C.capturesVariableByCopy()) in CGOpenMPInnerExprInfo()
5497 } else if (CI.capturesVariableByCopy()) { in generateDefaultMapInfo()
/external/clang/lib/AST/
DStmt.cpp992 assert((capturesVariable() || capturesVariableByCopy()) && in getCapturedVar()
/external/clang/include/clang/AST/
DStmt.h2049 bool capturesVariableByCopy() const { in capturesVariableByCopy() function