Searched refs:fullDesc (Results 1 – 1 of 1) sorted by relevance
3472 SmallString<136> fullDesc; in getBugTypeForName() local3473 llvm::raw_svector_ostream(fullDesc) << CheckName.getName() << ":" << name in getBugTypeForName()3475 BugType *&BT = StrBugTypes[fullDesc]; in getBugTypeForName()