Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DByteCodeStmtGen.cpp135 const CompoundStmt *CompoundStmt) { in visitCompoundStmt()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DCloneDetection.h27 class CompoundStmt; variable
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmt.h126 friend class CompoundStmt; variable
1407 explicit CompoundStmt(EmptyShell Empty) : Stmt(CompoundStmtClass, Empty) {} in CompoundStmt() function
1416 explicit CompoundStmt(SourceLocation Loc) in CompoundStmt() function
H A DDeclObjC.h47 class CompoundStmt; variable
H A DDecl.h57 class CompoundStmt; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmt.cpp364 CompoundStmt::CompoundStmt(ArrayRef<Stmt *> Stmts, SourceLocation LB, in CompoundStmt() function in CompoundStmt
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchers.h5331 AST_POLYMORPHIC_SUPPORTED_TYPES(CompoundStmt, in AST_POLYMORPHIC_MATCHER_P()
5350 AST_MATCHER_P(CompoundStmt, statementCountIs, unsigned, N) { in AST_MATCHER_P() argument
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h1827 CompoundStmt, // Also allow '(' compound-statement ')' enumerator