Home
last modified time | relevance | path

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

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