Home
last modified time | relevance | path

Searched defs:Statement (Results 1 – 5 of 5) sorted by relevance

/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Analysis/
DCFG.h54 Statement, enumerator
534 void setTerminator(Stmt *Statement) { Terminator = Statement; } in setTerminator()
535 void setLabel(Stmt *Statement) { Label = Statement; } in setLabel()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaStmt.cpp1300 Stmt *Statement) : in DeclMatcher()
1420 bool ProcessIterationStmt(Sema &S, Stmt* Statement, bool &Increment, in ProcessIterationStmt()
DSemaExpr.cpp9825 static Expr *maybeRebuildARCConsumingStmt(Stmt *Statement) { in maybeRebuildARCConsumingStmt()
12404 bool Sema::DiagRuntimeBehavior(SourceLocation Loc, const Stmt *Statement, in DiagRuntimeBehavior()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Analysis/
DCFG.cpp643 CFG* CFGBuilder::buildCFG(const Decl *D, Stmt *Statement) { in buildCFG()
3418 CFG* CFG::buildCFG(const Decl *D, Stmt *Statement, ASTContext *C, in buildCFG()
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/ASTMatchers/
DASTMatchers.h2379 const Stmt *const Statement = Node.getBody(); in AST_POLYMORPHIC_MATCHER_P() local