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 466 if (T->getSizeExpr())
467 T->getSizeExpr()->printPretty(OS, 0, Policy);
492 if (T->getSizeExpr())
493 T->getSizeExpr()->printPretty(OS, 0, Policy);
507 if (T->getSizeExpr())
508 T->getSizeExpr()->printPretty(OS, 0, Policy);
    [all...]
ItaniumMangle.cpp     [all...]
ASTImporter.cpp 482 Array1->getSizeExpr(), Array2->getSizeExpr()))
495 Array1->getSizeExpr(), Array2->getSizeExpr()))
510 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     [all...]
CanonicalType.h 526 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(const Expr *, getSizeExpr)
Type.h     [all...]
TypeLoc.h     [all...]
  /external/clang/tools/libclang/
RecursiveASTVisitor.h 809 TRY_TO(TraverseStmt(T->getSizeExpr()));
814 if (T->getSizeExpr())
815 TRY_TO(TraverseStmt(T->getSizeExpr()));
819 if (T->getSizeExpr())
820 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...]
SemaInit.cpp     [all...]
SemaDecl.cpp     [all...]
SemaStmt.cpp     [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.cpp     [all...]
CodeGenFunction.h     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp 159 Writer.AddStmt(T->getSizeExpr());
318 Writer.AddStmt(T->getSizeExpr());
474 Record.push_back(TL.getSizeExpr() ? 1 : 0);
475 if (TL.getSizeExpr())
476 Writer.AddStmt(TL.getSizeExpr());
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]

Completed in 440 milliseconds