Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DStmt.h2055 bool capturesVariableArrayType() const { in capturesVariableArrayType() function
/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp223 I->capturesVariableArrayType()) in GenerateOpenMPCapturedStmtFunction()
232 assert(I->capturesVariableArrayType()); in GenerateOpenMPCapturedStmtFunction()
DCGOpenMPRuntime.cpp5448 assert(!Cap->capturesVariableArrayType() && in generateInfoForCapture()
5739 if (CI->capturesVariableArrayType()) { in emitTargetCall()
/external/clang/lib/Serialization/
DASTWriterStmt.cpp343 if (I.capturesThis() || I.capturesVariableArrayType()) in VisitCapturedStmt()