Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DSarifDiagnostics.cpp201 return Piece.getTagStr() == "ConditionBRVisitor" ? Importance::Important in calculateImportance()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DPathDiagnostic.h409 StringRef getTagStr() const { return Tag; } in getTagStr() function