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

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DGCDAntipatternChecker.cpp90 static auto findGCDAntiPatternWithSemaphore() -> decltype(compoundStmt()) { function in namespace:__anon2229
130 return compoundStmt(
134 static auto findGCDAntiPatternWithGroup() -> decltype(compoundStmt()) { function in namespace:__anon2229
176 return compoundStmt(GroupBindingM, GroupEnterM, AcceptsBlockM, GroupWaitM);
/freebsd-13-stable/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp165 REGISTER_MATCHER(compoundStmt);
/freebsd-13-stable/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp864 const internal::VariadicDynCastAllOfMatcher<Stmt, CompoundStmt> compoundStmt;
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h2191 compoundStmt;
3132 /// \c compoundStmt(hasParent(ifStmt())) matches "{ int x = 43; }".
4676 /// compoundStmt(
4753 /// hasBody(compoundStmt())
4755 /// with compoundStmt()
4775 /// hasAnySubstatement(compoundStmt())
4777 /// with compoundStmt()
4795 /// compoundStmt(statementCountIs(0)))

Completed in 82 milliseconds