Home
last modified time | relevance | path

Searched refs:LCK_VLAType (Results 1 – 7 of 7) sorted by relevance

/external/clang/include/clang/Basic/
DLambda.h38 LCK_VLAType ///< Capturing variable-length array type enumerator
/external/clang/lib/AST/
DExprCXX.cpp908 case LCK_VLAType: in LambdaCapture()
920 return CapByCopy ? LCK_VLAType : LCK_This; in getCaptureKind()
DStmtProfile.cpp1223 case LCK_VLAType: in VisitLambdaExpr()
DStmtPrinter.cpp1954 case LCK_VLAType: in VisitLambdaExpr()
/external/clang/lib/Sema/
DSemaLambda.cpp1538 LambdaCapture(From.getLocation(), IsImplicit, LCK_VLAType)); in BuildLambdaExpr()
/external/clang/lib/Serialization/
DASTReaderDecl.cpp1468 case LCK_VLAType: in ReadCXXDefinitionData()
DASTWriter.cpp5555 case LCK_VLAType: in AddCXXDefinitionData()