Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DLambda.h39 LCK_VLAType ///< Capturing variable-length array type enumerator
/external/clang/lib/AST/
DExprCXX.cpp835 case LCK_VLAType: in LambdaCapture()
844 return LCK_VLAType; in getCaptureKind()
DStmtProfile.cpp1344 case LCK_VLAType: in VisitLambdaExpr()
DStmtPrinter.cpp2084 case LCK_VLAType: in VisitLambdaExpr()
/external/clang/lib/Sema/
DSemaLambda.cpp1544 LambdaCapture(From.getLocation(), IsImplicit, LCK_VLAType)); in BuildLambdaExpr()
/external/clang/lib/Serialization/
DASTReaderDecl.cpp1540 case LCK_VLAType: in ReadCXXDefinitionData()
DASTWriter.cpp5552 case LCK_VLAType: in AddCXXDefinitionData()