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

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DOSObjectCStyleCast.cpp70 auto OSObjTypeM = hasTypePointingTo(cxxRecordDecl(isDerivedFrom("OSMetaClassBase"))); local
75 allOf(hasSourceExpression(allOf(OSObjTypeM, unless(DynamicCastM))),

Completed in 94 milliseconds