HomeSort by relevance Sort by last modified time
    Searched refs:Stmt (Results 176 - 200 of 223) sorted by null

1 2 3 4 5 6 78 9

  /external/clang/lib/CodeGen/
CGClass.cpp 720 Stmt *Body = Ctor->getBody();
    [all...]
CodeGenFunction.h 681 void enter(CodeGenFunction &CGF, const Stmt *Finally,
    [all...]
CGObjCRuntime.cpp 149 const Stmt *Body;
CodeGenModule.h 62 class Stmt;
798 /// specified stmt yet.
801 void ErrorUnsupported(const Stmt *S, const char *Type,
    [all...]
CGDecl.cpp 494 static bool isAccessedBy(const VarDecl &var, const Stmt *s) {
512 for (Stmt::const_child_range children = s->children(); children; ++children)
513 // children might be null; as in missing decl or conditional of an if-stmt.
    [all...]
  /external/clang/lib/AST/
ASTImporter.cpp 30 public StmtVisitor<ASTNodeImporter, Stmt *> {
38 using StmtVisitor<ASTNodeImporter, Stmt *>::Visit;
162 Stmt *VisitStmt(Stmt *S);
    [all...]
Decl.cpp 24 #include "clang/AST/Stmt.h"
    [all...]
ExprClassification.cpp 107 case Stmt::NoStmtClass:
109 #define STMT(Kind, Base) case Expr::Kind##Class:
DeclObjC.cpp 18 #include "clang/AST/Stmt.h"
497 Stmt *ObjCMethodDecl::getBody() const {
611 if (Stmt *Body = getBody())
    [all...]
  /external/clang/lib/Frontend/
ASTConsumers.cpp 155 if (Stmt *Body = D->getBody()) {
  /external/clang/lib/StaticAnalyzer/Checkers/
CStringChecker.cpp 184 const Stmt *First,
185 const Stmt *Second) const;
520 const Stmt *First, const Stmt *Second) const {
    [all...]
RetainCountChecker.cpp     [all...]
BasicObjCFoundationChecks.cpp 719 const Stmt *Element = FCS->getElement();
MacOSKeychainAPIChecker.cpp 527 const Stmt *AllocStmt = 0;
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineCXX.cpp 227 const Stmt *S,
SValBuilder.cpp 134 DefinedOrUnknownSVal SValBuilder::conjureSymbolVal(const Stmt *stmt,
141 SymbolRef sym = SymMgr.conjureSymbol(stmt, LCtx, type, visitCount);
  /external/clang/tools/libclang/
IndexingContext.h 396 void indexBody(const Stmt *S, const NamedDecl *Parent,
  /external/clang/lib/Sema/
SemaDeclCXX.cpp 73 for (Stmt::child_range I = Node->children(); I; ++I)
    [all...]
SemaExpr.cpp     [all...]
  /external/clang/include/clang/AST/
DeclBase.h 47 class Stmt;
768 /// top-level Stmt* of that body. Otherwise this method returns null.
769 virtual Stmt* getBody() const { return 0; }
    [all...]
DeclObjC.h 24 class Stmt;
300 // Location information, modeled after the Stmt API.
458 virtual Stmt *getBody() const;
463 void setBody(Stmt *B) { Body = B; }
    [all...]
ASTContext.h 415 /// 'NodeT' can be one of Decl, Stmt, Type, TypeLoc,
764 // Types for deductions in C++0x [stmt.ranged]'s desugaring. Built on demand.
    [all...]
  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.cpp 678 stmt(hasDescendant(builtinType()))));
681 stmt(hasDescendant(loc(builtinType())))));
683 stmt(hasDescendant(qualType(builtinType())))));
686 stmt(hasDescendant(isInteger()))));
    [all...]
  /external/clang/lib/Parse/
ParseExprCXX.cpp     [all...]
  /external/clang/include/clang/Parse/
Parser.h 223 typedef llvm::MutableArrayRef<Stmt*> MultiStmtArg;
    [all...]

Completed in 1525 milliseconds

1 2 3 4 5 6 78 9