HomeSort by relevance Sort by last modified time
    Searched refs:getSizeExpr (Results 1 - 25 of 25) sorted by null

  /external/clang/lib/AST/
StmtIterator.cpp 24 if (vat->getSizeExpr())
TypePrinter.cpp 464 if (T->getSizeExpr())
465 T->getSizeExpr()->printPretty(OS, 0, Policy);
482 if (T->getSizeExpr())
483 T->getSizeExpr()->printPretty(OS, 0, Policy);
497 if (T->getSizeExpr())
498 T->getSizeExpr()->printPretty(OS, 0, Policy);
    [all...]
ItaniumMangle.cpp     [all...]
ASTImporter.cpp 468 Array1->getSizeExpr(), Array2->getSizeExpr()))
481 Array1->getSizeExpr(), Array2->getSizeExpr()))
496 Vec1->getSizeExpr(), Vec2->getSizeExpr()))
    [all...]
MicrosoftMangle.cpp     [all...]
ASTContext.cpp     [all...]
Type.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
VLASizeChecker.cpp 92 const Expr *SE = VLA->getSizeExpr();
  /external/clang/include/clang/AST/
RecursiveASTVisitor.h 856 TRY_TO(TraverseStmt(T->getSizeExpr()));
861 if (T->getSizeExpr())
862 TRY_TO(TraverseStmt(T->getSizeExpr()));
866 if (T->getSizeExpr())
867 TRY_TO(TraverseStmt(T->getSizeExpr()));
    [all...]
CanonicalType.h 529 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(const Expr *, getSizeExpr)
Type.h     [all...]
TypeLoc.h     [all...]
  /external/clang/tools/libclang/
RecursiveASTVisitor.h 798 TRY_TO(TraverseStmt(T->getSizeExpr()));
803 if (T->getSizeExpr())
804 TRY_TO(TraverseStmt(T->getSizeExpr()));
808 if (T->getSizeExpr())
809 TRY_TO(TraverseStmt(T->getSizeExpr()));
    [all...]
CIndex.cpp     [all...]
  /external/clang/lib/Analysis/
LiveVariables.cpp 237 if (VAT->getSizeExpr())
310 AddLiveStmt(val.liveStmts, LV.SSetFact, VA->getSizeExpr());
CFG.cpp 623 if (vat->getSizeExpr())
    [all...]
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp     [all...]
TreeTransform.h     [all...]
SemaDecl.cpp     [all...]
SemaInit.cpp     [all...]
SemaStmt.cpp     [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.cpp     [all...]
CodeGenFunction.h     [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp 154 Writer.AddStmt(T->getSizeExpr());
310 Writer.AddStmt(T->getSizeExpr());
463 Record.push_back(TL.getSizeExpr() ? 1 : 0);
464 if (TL.getSizeExpr())
465 Writer.AddStmt(TL.getSizeExpr());
    [all...]

Completed in 790 milliseconds