Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Analysis/
H A DCFG.h57 Statement, enumerator
620 void setLabel(Stmt *Statement) { Label = Statement; } in setLabel()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaStmt.cpp1365 Stmt *Statement) : in DeclMatcher()
1484 bool ProcessIterationStmt(Sema &S, Stmt* Statement, bool &Increment, in ProcessIterationStmt()
H A DSemaExpr.cpp10253 static Expr *maybeRebuildARCConsumingStmt(Stmt *Statement) { in maybeRebuildARCConsumingStmt()
13002 bool Sema::DiagRuntimeBehavior(SourceLocation Loc, const Stmt *Statement, in DiagRuntimeBehavior()
/minix3/external/bsd/llvm/dist/clang/lib/Analysis/
H A DCFG.cpp974 std::unique_ptr<CFG> CFGBuilder::buildCFG(const Decl *D, Stmt *Statement) { in buildCFG()
3779 std::unique_ptr<CFG> CFG::buildCFG(const Decl *D, Stmt *Statement, in buildCFG()
/minix3/external/bsd/llvm/dist/clang/unittests/ASTMatchers/
H A DASTMatchersTest.cpp3109 TEST(Statement, DoesNotMatchDeclarations) { in TEST() argument
3113 TEST(Statement, MatchesCompoundStatments) { in TEST() argument
/minix3/external/bsd/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchers.h2711 const Stmt *const Statement = Node.getBody(); in AST_POLYMORPHIC_MATCHER_P() local