Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/include/clang/AST/
H A DStmt.h2055 bool capturesVariableArrayType() const { in capturesVariableArrayType() function
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp223 I->capturesVariableArrayType()) in GenerateOpenMPCapturedStmtFunction()
232 assert(I->capturesVariableArrayType()); in GenerateOpenMPCapturedStmtFunction()
H A DCGOpenMPRuntime.cpp5448 assert(!Cap->capturesVariableArrayType() && in generateInfoForCapture()
5739 if (CI->capturesVariableArrayType()) { in emitTargetCall()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/
DStmt.h3808 bool capturesVariableArrayType() const {
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DStmt.h3804 bool capturesVariableArrayType() const {
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DStmt.h3808 bool capturesVariableArrayType() const {
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DStmt.h3810 bool capturesVariableArrayType() const {
/aosp_15_r20/external/clang/lib/Serialization/
H A DASTWriterStmt.cpp343 if (I.capturesThis() || I.capturesVariableArrayType()) in VisitCapturedStmt()