Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h3521 bool capturesVariableArrayType() const { in capturesVariableArrayType() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp533 if (I.capturesThis() || I.capturesVariableArrayType()) in VisitCapturedStmt()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp467 I->capturesVariableArrayType())) in emitOutlinedFunctionPrologue()
476 assert(I->capturesVariableArrayType()); in emitOutlinedFunctionPrologue()
H A DCGOpenMPRuntime.cpp9062 assert(!Cap->capturesVariableArrayType() && in generateInfoForCapture()
10431 if (CI->capturesVariableArrayType()) { in emitTargetCall()