Home
last modified time | relevance | path

Searched defs:CompoundStmt (Results 1 – 9 of 9) sorted by relevance

/external/lldb/include/lldb/Core/
DClangForward.h39 class CompoundStmt; variable
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DPathDiagnostic.h33 class CompoundStmt; variable
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h2520 AST_MATCHER_P(CompoundStmt, hasAnySubstatement, in AST_MATCHER_P() argument
2536 AST_MATCHER_P(CompoundStmt, statementCountIs, unsigned, N) { in AST_MATCHER_P() argument
/external/clang/include/clang/AST/
DStmt.h135 friend class CompoundStmt; variable
557 explicit CompoundStmt(SourceLocation Loc) in CompoundStmt() function
563 explicit CompoundStmt(EmptyShell Empty) in CompoundStmt() function
DDeclBase.h29 class CompoundStmt; variable
DDecl.h33 class CompoundStmt; variable
/external/chromium_org/v8/tools/gcmole/
Dgcmole.cc995 DECL_VISIT_STMT(CompoundStmt) { in DECL_VISIT_STMT() argument
/external/clang/include/clang/Parse/
DParser.h1391 CompoundStmt, // Also allow '(' compound-statement ')' enumerator
/external/clang/lib/AST/
DStmt.cpp255 CompoundStmt::CompoundStmt(const ASTContext &C, ArrayRef<Stmt*> Stmts, in CompoundStmt() function in CompoundStmt