HomeSort by: relevance | last modified time | path
    Searched defs:compoundStmt (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
GCDAntipatternChecker.cpp 90 static auto findGCDAntiPatternWithSemaphore() -> decltype(compoundStmt()) {
130 return compoundStmt(
134 static auto findGCDAntiPatternWithGroup() -> decltype(compoundStmt()) {
176 return compoundStmt(GroupBindingM, GroupEnterM, AcceptsBlockM, GroupWaitM);

Completed in 24 milliseconds