Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
HDASTResultSynthesizer.h16 class CompoundStmt; variable
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Analysis/
HDCloneDetection.h27 class CompoundStmt; variable
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDStmt.h145 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
HDDeclObjC.h46 class CompoundStmt; variable
HDDecl.h57 class CompoundStmt; variable
/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/
HDStmt.cpp366 CompoundStmt::CompoundStmt(ArrayRef<Stmt *> Stmts, FPOptionsOverride FPFeatures, in CompoundStmt() function in CompoundStmt
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
HDASTMatchers.h5797 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/
HDParser.h1943 CompoundStmt, // Also allow '(' compound-statement ')' enumerator