Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DASTResultSynthesizer.h16 class CompoundStmt; variable
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/Interp/
DByteCodeStmtGen.cpp135 const CompoundStmt *CompoundStmt) { in visitCompoundStmt()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Analysis/
DCloneDetection.h27 class CompoundStmt; variable
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DStmt.h126 friend class CompoundStmt; in alignas() local
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
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DStmt.cpp364 CompoundStmt::CompoundStmt(ArrayRef<Stmt *> Stmts, SourceLocation LB, in CompoundStmt() function in CompoundStmt
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
DASTMatchers.h5343 AST_POLYMORPHIC_SUPPORTED_TYPES(CompoundStmt, in AST_POLYMORPHIC_MATCHER_P()
5362 AST_MATCHER_P(CompoundStmt, statementCountIs, unsigned, N) { in AST_MATCHER_P() argument
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Parse/
DParser.h1829 CompoundStmt, // Also allow '(' compound-statement ')' enumerator