Searched refs:IncludeSpelling (Results 1 – 1 of 1) sorted by relevance
802 SmallVectorImpl<char> &IncludeSpelling) { in isFrameworkStylePath() argument828 IncludeSpelling.clear(); in isFrameworkStylePath()829 IncludeSpelling.append(Name.begin(), Name.end()); in isFrameworkStylePath()832 IncludeSpelling.push_back('/'); in isFrameworkStylePath()833 IncludeSpelling.append(I->begin(), I->end()); in isFrameworkStylePath()2147 SmallString<128> FrameworkName, IncludeSpelling; in suggestPathToFileForDiagnostics() local2150 IncludeSpelling)) { in suggestPathToFileForDiagnostics()2151 Filename = IncludeSpelling; in suggestPathToFileForDiagnostics()