Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DGCDAntipatternChecker.cpp159 auto HasBlockAndCallsLeaveM = allOf(HasBlockArgumentM, ArgCallsSignalM); in findGCDAntiPatternWithGroup() local
164 callExpr(HasBlockAndCallsLeaveM), in findGCDAntiPatternWithGroup()
165 objcMessageExpr(HasBlockAndCallsLeaveM) in findGCDAntiPatternWithGroup()