Home
last modified time | relevance | path

Searched refs:getCapturedVLAType (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DScopeInfo.cpp231 if (Cap.isVLATypeCapture() && Cap.getCapturedVLAType() == VAT) in isVLATypeCaptured()
H A DSemaLambda.cpp2062 Field->setCapturedVLAType(Capture.getCapturedVLAType()); in BuildCaptureField()
H A DSemaDecl.cpp15403 LSI->addVLATypeCapture(C.getLocation(), I->getCapturedVLAType(), in RebuildLambdaScopeInfo()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h680 const VariableArrayType *getCapturedVLAType() const { in getCapturedVLAType() function
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp1234 Expr *SizeExpr = FieldForCapture->getCapturedVLAType()->getSizeExpr(); in VisitLambdaExpr()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp3113 EmitLambdaVLACapture(CurField->getCapturedVLAType(), LV); in InitCapturedStruct()
3187 auto VAT = FD->getCapturedVLAType(); in GenerateCapturedStmtFunction()
H A DCGExprAgg.cpp1385 CGF.EmitLambdaVLACapture(CurField->getCapturedVLAType(), LV); in VisitLambdaExpr()
H A DCodeGenFunction.cpp1269 auto VAT = FD->getCapturedVLAType(); in StartFunction()
H A DCGStmtOpenMP.cpp361 const VariableArrayType *VAT = CurField->getCapturedVLAType(); in GenerateOpenMPCapturedVars()
597 const VariableArrayType *VAT = FD->getCapturedVLAType(); in emitOutlinedFunctionPrologue()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h3231 const VariableArrayType *getCapturedVLAType() const { in getCapturedVLAType() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp1037 Record.AddTypeRef(QualType(D->getCapturedVLAType(), 0)); in VisitFieldDecl()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp4172 ToCapturedVLAType, cast_or_null<Type>(D->getCapturedVLAType()))) in VisitFieldDecl()