Home
last modified time | relevance | path

Searched defs:CastFailTag (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.h266 static std::unique_ptr<CheckerProgramPointTag> CastFailTag; variable
H A DRetainCountChecker.cpp1477 std::unique_ptr<CheckerProgramPointTag> RetainCountChecker::CastFailTag; member in RetainCountChecker