Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DPathDiagnostic.h33 class CompoundStmt; variable
/external/clang/include/clang/AST/
DStmt.h90 friend class CompoundStmt; in LLVM_ALIGNAS() local
562 explicit CompoundStmt(SourceLocation Loc) in CompoundStmt() function
568 explicit CompoundStmt(EmptyShell Empty) in CompoundStmt() function
DDeclBase.h30 class CompoundStmt; variable
DDecl.h36 class CompoundStmt; variable
/external/clang/lib/AST/
DStmt.cpp282 CompoundStmt::CompoundStmt(const ASTContext &C, ArrayRef<Stmt*> Stmts, in CompoundStmt() function in CompoundStmt
/external/clang/include/clang/Parse/
DParser.h1472 CompoundStmt, // Also allow '(' compound-statement ')' enumerator
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h3561 AST_POLYMORPHIC_SUPPORTED_TYPES(CompoundStmt, in AST_POLYMORPHIC_MATCHER_P()
3579 AST_MATCHER_P(CompoundStmt, statementCountIs, unsigned, N) { in AST_MATCHER_P() argument