Home
last modified time | relevance | path

Searched refs:capturesVLAType (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/gnu/llvm/clang/include/clang/AST/
DLambdaCapture.h94 bool capturesVLAType() const { in capturesVLAType() function
/openbsd/src/gnu/llvm/clang/lib/Index/
DIndexBody.cpp392 if (C->capturesThis() || C->capturesVLAType()) in TraverseLambdaCapture()
/openbsd/src/gnu/llvm/clang/lib/AST/
DExprCXX.cpp1187 if (capturesVLAType()) in getCaptureKind()
DStmtPrinter.cpp2143 if (C->capturesVLAType()) in VisitLambdaExpr()
/openbsd/src/gnu/llvm/clang/lib/Sema/
DTreeTransform.h13346 if (C->capturesVLAType()) in TransformLambdaExpr()
13503 if (C->capturesVLAType()) in SkipLambdaBody()