HomeSort by: relevance | last modified time | path
    Searched refs:getCapturedVLAType (Results 1 - 12 of 12) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
ScopeInfo.cpp 228 if (Cap.isVLATypeCapture() && Cap.getCapturedVLAType() == VAT)
SemaLambda.cpp 1737 Field->setCapturedVLAType(Capture.getCapturedVLAType());
SemaDecl.cpp 14125 LSI->addVLATypeCapture(C.getLocation(), I->getCapturedVLAType(),
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
ScopeInfo.h 635 const VariableArrayType *getCapturedVLAType() const {
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
ExprEngineCXX.cpp 1018 Expr *SizeExpr = FieldForCapture->getCapturedVLAType()->getSizeExpr();
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmt.cpp 2665 EmitLambdaVLACapture(CurField->getCapturedVLAType(), LV);
2739 auto VAT = FD->getCapturedVLAType();
CGExprAgg.cpp 1339 CGF.EmitLambdaVLACapture(CurField->getCapturedVLAType(), LV);
CodeGenFunction.cpp 1129 auto VAT = FD->getCapturedVLAType();
CGStmtOpenMP.cpp 330 const VariableArrayType *VAT = CurField->getCapturedVLAType();
555 const VariableArrayType *VAT = FD->getCapturedVLAType();
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Decl.h 2974 const VariableArrayType *getCapturedVLAType() const {
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriterDecl.cpp 921 Record.AddTypeRef(QualType(D->getCapturedVLAType(), 0));
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTImporter.cpp 3668 ToCapturedVLAType, cast_or_null<Type>(D->getCapturedVLAType())))

Completed in 73 milliseconds