Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTResultSynthesizer.h16 class CompoundStmt; variable
/llvm-project-15.0.7/clang/lib/AST/Interp/
H A DByteCodeStmtGen.cpp135 const CompoundStmt *CompoundStmt) { in visitCompoundStmt()
/llvm-project-15.0.7/clang/include/clang/Analysis/
H A DCloneDetection.h27 class CompoundStmt; variable
/llvm-project-15.0.7/mlir/include/mlir/Tools/PDLL/AST/
H A DNodes.h194 CompoundStmt(SMRange location, unsigned numChildren) in CompoundStmt() function
/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmt.h128 friend class CompoundStmt; in alignas() local
1420 explicit CompoundStmt(EmptyShell Empty) : Stmt(CompoundStmtClass, Empty) {} in CompoundStmt() function
1440 explicit CompoundStmt(SourceLocation Loc) in CompoundStmt() function
H A DDeclObjC.h47 class CompoundStmt; variable
H A DDecl.h56 class CompoundStmt; variable
/llvm-project-15.0.7/clang/lib/AST/
H A DStmt.cpp364 CompoundStmt::CompoundStmt(ArrayRef<Stmt *> Stmts, FPOptionsOverride FPFeatures, in CompoundStmt() function in CompoundStmt
/llvm-project-15.0.7/clang/include/clang/ASTMatchers/
H A DASTMatchers.h5536 AST_POLYMORPHIC_SUPPORTED_TYPES(CompoundStmt, in AST_POLYMORPHIC_MATCHER_P()
5555 AST_MATCHER_P(CompoundStmt, statementCountIs, unsigned, N) { in AST_MATCHER_P() argument
/llvm-project-15.0.7/clang/include/clang/Parse/
H A DParser.h1847 CompoundStmt, // Also allow '(' compound-statement ')' enumerator