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 467 if (T->getSizeExpr())
468 T->getSizeExpr()->printPretty(OS, 0, Policy);
485 if (T->getSizeExpr())
486 T->getSizeExpr()->printPretty(OS, 0, Policy);
500 if (T->getSizeExpr())
501 T->getSizeExpr()->printPretty(OS, 0, Policy);
    [all...]
ItaniumMangle.cpp     [all...]
MicrosoftMangle.cpp     [all...]
ASTImporter.cpp 461 Array1->getSizeExpr(), Array2->getSizeExpr()))
474 Array1->getSizeExpr(), Array2->getSizeExpr()))
489 Vec1->getSizeExpr(), Vec2->getSizeExpr()))
    [all...]
ASTContext.cpp     [all...]
Type.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
VLASizeChecker.cpp 91 const Expr *SE = VLA->getSizeExpr();
  /external/clang/include/clang/AST/
CanonicalType.h 551 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(Expr *, getSizeExpr)
561 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(Expr *, getSizeExpr)
571 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(const Expr *, getSizeExpr)
RecursiveASTVisitor.h 860 TRY_TO(TraverseStmt(T->getSizeExpr()));
865 if (T->getSizeExpr())
866 TRY_TO(TraverseStmt(T->getSizeExpr()));
870 if (T->getSizeExpr())
871 TRY_TO(TraverseStmt(T->getSizeExpr()));
    [all...]
Type.h     [all...]
TypeLoc.h     [all...]
  /external/clang/tools/libclang/
RecursiveASTVisitor.h 796 TRY_TO(TraverseStmt(T->getSizeExpr()));
801 if (T->getSizeExpr())
802 TRY_TO(TraverseStmt(T->getSizeExpr()));
806 if (T->getSizeExpr())
807 TRY_TO(TraverseStmt(T->getSizeExpr()));
    [all...]
CIndex.cpp     [all...]
  /external/clang/lib/Analysis/
LiveVariables.cpp 227 if (VAT->getSizeExpr())
300 AddLiveStmt(val.liveStmts, LV.SSetFact, VA->getSizeExpr());
CFG.cpp 585 if (vat->getSizeExpr())
    [all...]
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp     [all...]
TreeTransform.h     [all...]
SemaStmt.cpp     [all...]
SemaInit.cpp     [all...]
SemaDecl.cpp     [all...]
SemaChecking.cpp     [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.cpp     [all...]
CodeGenFunction.h     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp 150 Writer.AddStmt(T->getSizeExpr());
306 Writer.AddStmt(T->getSizeExpr());
459 Record.push_back(TL.getSizeExpr() ? 1 : 0);
460 if (TL.getSizeExpr())
461 Writer.AddStmt(TL.getSizeExpr());
    [all...]

Completed in 519 milliseconds