Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp3437 SmallString<136> fullDesc; in getBugTypeForName() local
3438 llvm::raw_svector_ostream(fullDesc) in getBugTypeForName()
3440 std::unique_ptr<BugType> &BT = StrBugTypes[fullDesc]; in getBugTypeForName()