Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A 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()
/src/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp173 REGISTER_MATCHER(compoundStmt); in RegistryMaps()
/src/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp918 const internal::VariadicDynCastAllOfMatcher<Stmt, CompoundStmt> compoundStmt; variable
/src/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp340 auto CompStmt = compoundStmt(forEach(InnerMatcher)); in isInUnspecifiedUntypedContext()
/src/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h2368 compoundStmt;