Home
last modified time | relevance | path

Searched refs:VCK_VLAType (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmt.h3540 VCK_VLAType, enumerator
3583 return getCaptureKind() == VCK_VLAType; in capturesVariableArrayType()
/llvm-project-15.0.7/clang/lib/AST/
H A DStmt.cpp1290 case VCK_VLAType: in Capture()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaStmt.cpp4691 CapturedStmt::Capture(Cap.getLocation(), CapturedStmt::VCK_VLAType)); in buildCapturedStmtCaptureList()