Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTResultSynthesizer.h16 class CompoundStmt; variable
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DCloneDetection.h27 class CompoundStmt; variable
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeStmtGen.cpp309 const CompoundStmt *CompoundStmt) { in visitCompoundStmt()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h145 friend class CompoundStmt; in alignas() local
1616 explicit CompoundStmt(EmptyShell Empty) : Stmt(CompoundStmtClass, Empty) {} in CompoundStmt() function
1636 explicit CompoundStmt(SourceLocation Loc) : CompoundStmt(Loc, Loc) {} in CompoundStmt() function
1638 CompoundStmt(SourceLocation Loc, SourceLocation EndLoc) in CompoundStmt() function
H A DDeclObjC.h46 class CompoundStmt; variable
H A DDecl.h57 class CompoundStmt; variable
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmt.cpp365 CompoundStmt::CompoundStmt(ArrayRef<Stmt *> Stmts, FPOptionsOverride FPFeatures, in CompoundStmt() function in CompoundStmt
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h5773 AST_POLYMORPHIC_SUPPORTED_TYPES(CompoundStmt, in AST_POLYMORPHIC_MATCHER_P()
5792 AST_MATCHER_P(CompoundStmt, statementCountIs, unsigned, N) { in AST_MATCHER_P() argument
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h1887 CompoundStmt, // Also allow '(' compound-statement ')' enumerator