Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DASTResultSynthesizer.h16 class CompoundStmt; variable
/external/llvm-project/clang/lib/AST/Interp/
DByteCodeStmtGen.cpp135 const CompoundStmt *CompoundStmt) { in visitCompoundStmt()
/external/llvm-project/clang/include/clang/Analysis/
DCloneDetection.h27 class CompoundStmt; variable
/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/llvm-project/clang/include/clang/AST/
DStmt.h126 friend class CompoundStmt; variable
1407 explicit CompoundStmt(EmptyShell Empty) : Stmt(CompoundStmtClass, Empty) {} in CompoundStmt() function
1416 explicit CompoundStmt(SourceLocation Loc) in CompoundStmt() function
DDeclObjC.h47 class CompoundStmt; variable
DDecl.h57 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
/external/llvm-project/clang/include/clang/ASTMatchers/
DASTMatchers.h5067 AST_POLYMORPHIC_SUPPORTED_TYPES(CompoundStmt, in AST_POLYMORPHIC_MATCHER_P()
5086 AST_MATCHER_P(CompoundStmt, statementCountIs, unsigned, N) { in AST_MATCHER_P() argument
/external/llvm-project/clang/lib/AST/
DStmt.cpp364 CompoundStmt::CompoundStmt(ArrayRef<Stmt *> Stmts, SourceLocation LB, in CompoundStmt() function in CompoundStmt
/external/llvm-project/clang/include/clang/Parse/
DParser.h1845 CompoundStmt, // Also allow '(' compound-statement ')' enumerator