Searched defs:CompoundStmt (Results 1 – 8 of 8) sorted by relevance
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ASTResultSynthesizer.h | 16 class CompoundStmt; variable
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/ |
H A D | CloneDetection.h | 27 class CompoundStmt; variable
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | ByteCodeStmtGen.cpp |
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | Stmt.cpp | 365 CompoundStmt::CompoundStmt(ArrayRef<Stmt *> Stmts, FPOptionsOverride FPFeatures, CompoundStmt() function in CompoundStmt [all...] |
/freebsd-src/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchers.h | 5773 AST_POLYMORPHIC_MATCHER_P(hasAnySubstatement,AST_POLYMORPHIC_SUPPORTED_TYPES (CompoundStmt,StmtExpr),internal::Matcher<Stmt>,InnerMatcher) AST_POLYMORPHIC_MATCHER_P() argument 5792 AST_MATCHER_P(CompoundStmt,statementCountIs,unsigned,N) AST_MATCHER_P() argument
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Parse/ |
H A D | Parser.h | 1887 CompoundStmt, // Also allow '(' compound-statement ')' global() enumerator
|
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
H A D | DeclObjC.h | 46 class CompoundStmt; variable
|
H A D | Decl.h | 57 class CompoundStmt; variable
|