Searched defs:CompoundStmt (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| HD | ASTResultSynthesizer.h | 16 class CompoundStmt; variable
|
| /freebsd-14-stable/contrib/llvm-project/clang/include/clang/Analysis/ |
| HD | CloneDetection.h | 27 class CompoundStmt; variable
|
| /freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/ |
| HD | Stmt.h | 145 friend class CompoundStmt; in alignas() local 1618 explicit CompoundStmt(EmptyShell Empty) : Stmt(CompoundStmtClass, Empty) {} in CompoundStmt() function 1638 explicit CompoundStmt(SourceLocation Loc) : CompoundStmt(Loc, Loc) {} in CompoundStmt() function 1640 CompoundStmt(SourceLocation Loc, SourceLocation EndLoc) in CompoundStmt() function
|
| HD | DeclObjC.h | 46 class CompoundStmt; variable
|
| HD | Decl.h | 57 class CompoundStmt; variable
|
| /freebsd-14-stable/contrib/llvm-project/clang/lib/AST/ |
| HD | Stmt.cpp | 366 CompoundStmt::CompoundStmt(ArrayRef<Stmt *> Stmts, FPOptionsOverride FPFeatures, in CompoundStmt() function in CompoundStmt
|
| /freebsd-14-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
| HD | ASTMatchers.h | 5797 AST_POLYMORPHIC_SUPPORTED_TYPES(CompoundStmt, in AST_POLYMORPHIC_MATCHER_P() 5816 AST_MATCHER_P(CompoundStmt, statementCountIs, unsigned, N) { in AST_MATCHER_P() argument
|
| /freebsd-14-stable/contrib/llvm-project/clang/include/clang/Parse/ |
| HD | Parser.h | 1943 CompoundStmt, // Also allow '(' compound-statement ')' enumerator
|