Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/AST/
H A DStmt.h3594 bool capturesVariableArrayType() const { in capturesVariableArrayType() function
/openbsd/gnu/llvm/clang/lib/Serialization/
H A DASTWriterStmt.cpp533 if (I.capturesThis() || I.capturesVariableArrayType()) in VisitCapturedStmt()
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp470 I->capturesVariableArrayType())) in emitOutlinedFunctionPrologue()
479 assert(I->capturesVariableArrayType()); in emitOutlinedFunctionPrologue()
H A DCGOpenMPRuntime.cpp8659 assert(!Cap->capturesVariableArrayType() && in generateInfoForCapture()
10001 if (CI->capturesVariableArrayType()) { in emitTargetCall()