Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h3134 assert(!hasCapturedVLAType() && !BitField && in setBitWidth()
3213 bool hasCapturedVLAType() const { in hasCapturedVLAType() function
3219 return hasCapturedVLAType() ? CapturedVLAType : nullptr; in getCapturedVLAType()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp1202 if (!FieldForCapture->hasCapturedVLAType()) { in VisitLambdaExpr()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp2934 if (CurField->hasCapturedVLAType()) { in InitCapturedStruct()
3005 if (FD->hasCapturedVLAType()) { in GenerateCapturedStmtFunction()
H A DCGExprAgg.cpp1366 if (CurField->hasCapturedVLAType()) { in VisitLambdaExpr()
H A DCodeGenFunction.cpp1197 if (FD->hasCapturedVLAType()) { in StartFunction()
H A DCGStmtOpenMP.cpp334 if (CurField->hasCapturedVLAType()) { in GenerateOpenMPCapturedVars()
561 if (FD->hasCapturedVLAType()) { in emitOutlinedFunctionPrologue()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp1016 !D->hasCapturedVLAType() && in VisitFieldDecl()