Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp3345 SmallString<136> fullDesc; in getBugTypeForName() local
3346 llvm::raw_svector_ostream(fullDesc) << CheckName.getName() << ":" << name in getBugTypeForName()
3348 std::unique_ptr<BugType> &BT = StrBugTypes[fullDesc]; in getBugTypeForName()