Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DStmt.h1991 VCK_VLAType, enumerator
2019 case VCK_VLAType: in VarAndKind()
2042 return getCaptureKind() == VCK_VLAType; in capturesVariableArrayType()
/external/clang/lib/Sema/
DSemaStmt.cpp3747 CapturedStmt::Capture(Cap->getLocation(), CapturedStmt::VCK_VLAType)); in buildCapturedStmtCaptureList()