Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDStmt.h3441 bool capturesVariableArrayType() const { in capturesVariableArrayType() function
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGStmtOpenMP.cpp433 I->capturesVariableArrayType())) in emitOutlinedFunctionPrologue()
442 assert(I->capturesVariableArrayType()); in emitOutlinedFunctionPrologue()
HDCGOpenMPRuntime.cpp8251 assert(!Cap->capturesVariableArrayType() && in generateInfoForCapture()
9332 if (CI->capturesVariableArrayType()) { in emitTargetCall()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTWriterStmt.cpp526 if (I.capturesThis() || I.capturesVariableArrayType()) in VisitCapturedStmt()