Home
last modified time | relevance | path

Searched refs:compoundStmt (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenStmt.cpp837 auto *compoundStmt = cast<CompoundStmt>(s); in emitSwitchBody() local
840 for (auto *c : compoundStmt->body()) { in emitSwitchBody()
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp171 REGISTER_MATCHER(compoundStmt); in RegistryMaps()
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp949 const internal::VariadicDynCastAllOfMatcher<Stmt, CompoundStmt> compoundStmt; variable
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h2417 compoundStmt;