Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DScopeInfo.cpp228 if (Cap.isVLATypeCapture() && Cap.getCapturedVLAType() == VAT) in isVLATypeCaptured()
DSemaLambda.cpp1741 Field->setCapturedVLAType(Capture.getCapturedVLAType()); in BuildCaptureField()
DSemaDecl.cpp14181 LSI->addVLATypeCapture(C.getLocation(), I->getCapturedVLAType(), in RebuildLambdaScopeInfo()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
DScopeInfo.h635 const VariableArrayType *getCapturedVLAType() const { in getCapturedVLAType() function
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
DExprEngineCXX.cpp1018 Expr *SizeExpr = FieldForCapture->getCapturedVLAType()->getSizeExpr(); in VisitLambdaExpr()
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGStmt.cpp2714 EmitLambdaVLACapture(CurField->getCapturedVLAType(), LV); in InitCapturedStruct()
2788 auto VAT = FD->getCapturedVLAType(); in GenerateCapturedStmtFunction()
DCGExprAgg.cpp1343 CGF.EmitLambdaVLACapture(CurField->getCapturedVLAType(), LV); in VisitLambdaExpr()
DCodeGenFunction.cpp1137 auto VAT = FD->getCapturedVLAType(); in StartFunction()
DCGStmtOpenMP.cpp332 const VariableArrayType *VAT = CurField->getCapturedVLAType(); in GenerateOpenMPCapturedVars()
561 const VariableArrayType *VAT = FD->getCapturedVLAType(); in emitOutlinedFunctionPrologue()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DDecl.h3000 const VariableArrayType *getCapturedVLAType() const { in getCapturedVLAType() function
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
DASTWriterDecl.cpp923 Record.AddTypeRef(QualType(D->getCapturedVLAType(), 0)); in VisitFieldDecl()
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DASTImporter.cpp3719 ToCapturedVLAType, cast_or_null<Type>(D->getCapturedVLAType()))) in VisitFieldDecl()