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