Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DLambdaCapture.h94 bool capturesVLAType() const { in capturesVLAType() function
/llvm-project-15.0.7/clang/lib/Index/
H A DIndexBody.cpp392 if (C->capturesThis() || C->capturesVLAType()) in TraverseLambdaCapture()
/llvm-project-15.0.7/clang/lib/AST/
H A DExprCXX.cpp1120 if (capturesVLAType()) in getCaptureKind()
H A DStmtPrinter.cpp2133 if (C->capturesVLAType()) in VisitLambdaExpr()
/llvm-project-15.0.7/clang/lib/Sema/
H A DTreeTransform.h13170 if (C->capturesVLAType()) in TransformLambdaExpr()
13328 if (C->capturesVLAType()) in SkipLambdaBody()