Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DVirtualCallChecker.cpp121 std::string InfoText; in REGISTER_MAP_WITH_PROGRAMSTATE() local
123 InfoText = "This constructor of an object of type '" + in REGISTER_MAP_WITH_PROGRAMSTATE()
127 InfoText = "This destructor of an object of type '" + in REGISTER_MAP_WITH_PROGRAMSTATE()
134 return std::make_shared<PathDiagnosticEventPiece>(Pos, InfoText, true); in REGISTER_MAP_WITH_PROGRAMSTATE()
H A DNullabilityChecker.cpp320 std::string InfoText = in VisitNode() local
328 return std::make_shared<PathDiagnosticEventPiece>(Pos, InfoText, true, in VisitNode()