reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/CGExprAgg.cpp
 1306       CGF.EmitLambdaVLACapture(CurField->getCapturedVLAType(), LV);
tools/clang/lib/CodeGen/CGStmt.cpp
 2363       auto VAT = CurField->getCapturedVLAType();
 2438       auto VAT = FD->getCapturedVLAType();
tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
  294       const VariableArrayType *VAT = CurField->getCapturedVLAType();
  515       const VariableArrayType *VAT = FD->getCapturedVLAType();
tools/clang/lib/CodeGen/CodeGenFunction.cpp
  978           auto VAT = FD->getCapturedVLAType();
tools/clang/lib/Sema/SemaDecl.cpp
13476       LSI->addVLATypeCapture(C.getLocation(), I->getCapturedVLAType(),
tools/clang/lib/Serialization/ASTWriterDecl.cpp
  899     Record.AddTypeRef(QualType(D->getCapturedVLAType(), 0));
tools/clang/lib/StaticAnalyzer/Core/ExprEngineCXX.cpp
  918       Expr *SizeExpr = FieldForCapture->getCapturedVLAType()->getSizeExpr();