Searched defs:CompoundStmt (Results 1 – 9 of 9) sorted by relevance
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ASTResultSynthesizer.h | 16 class CompoundStmt; variable
|
/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
H A D | EmptyCatchCheck.cpp | 39 AST_MATCHER_P(CompoundStmt, hasAnyTextFromList, std::vector<llvm::StringRef>, in AST_MATCHER_P() argument
|
/llvm-project/clang/include/clang/Analysis/ |
H A D | CloneDetection.h | 27 class CompoundStmt; variable
|
/llvm-project/mlir/include/mlir/Tools/PDLL/AST/ |
H A D | Nodes.h | 195 CompoundStmt(SMRange location, unsigned numChildren) in CompoundStmt() function
|
/llvm-project/clang/lib/AST/ |
H A D | Stmt.cpp | 366 CompoundStmt::CompoundStmt(ArrayRef<Stmt *> Stmts, FPOptionsOverride FPFeatures, CompoundStmt() function in CompoundStmt [all...] |
/llvm-project/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchers.h | 5797 AST_POLYMORPHIC_MATCHER_P(hasAnySubstatement,AST_POLYMORPHIC_SUPPORTED_TYPES (CompoundStmt,StmtExpr),internal::Matcher<Stmt>,InnerMatcher) AST_POLYMORPHIC_MATCHER_P() argument 5816 AST_MATCHER_P(CompoundStmt,statementCountIs,unsigned,N) AST_MATCHER_P() argument
|
/llvm-project/clang/include/clang/AST/ |
H A D | DeclObjC.h | 46 class CompoundStmt; variable
|
H A D | Decl.h | 57 class CompoundStmt; variable
|
/llvm-project/clang/include/clang/Parse/ |
H A D | Parser.h | 1939 CompoundStmt, // Also allow '(' compound-statement ')' global() enumerator
|