Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
DGCDAntipatternChecker.cpp90 static auto findGCDAntiPatternWithSemaphore() -> decltype(compoundStmt()) { in findGCDAntiPatternWithSemaphore()
130 return compoundStmt( in findGCDAntiPatternWithSemaphore()
134 static auto findGCDAntiPatternWithGroup() -> decltype(compoundStmt()) { in findGCDAntiPatternWithGroup()
176 return compoundStmt(GroupBindingM, GroupEnterM, AcceptsBlockM, GroupWaitM); in findGCDAntiPatternWithGroup()
/openbsd/src/gnu/llvm/clang/docs/
DClangTransformerTutorial.rst345 makeRule(compoundStmt(statementCountIs(0)).bind("empty"), ...),
346 makeRule(compoundStmt().bind("non-empty"),...)
/openbsd/src/gnu/llvm/clang/lib/ASTMatchers/Dynamic/
DRegistry.cpp170 REGISTER_MATCHER(compoundStmt); in RegistryMaps()
/openbsd/src/gnu/llvm/clang/lib/ASTMatchers/
DASTMatchersInternal.cpp912 const internal::VariadicDynCastAllOfMatcher<Stmt, CompoundStmt> compoundStmt; variable
/openbsd/src/gnu/llvm/clang/include/clang/ASTMatchers/
DASTMatchers.h2305 compoundStmt;