Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DHeaderSearch.cpp802 SmallVectorImpl<char> &IncludeSpelling) { in isFrameworkStylePath() argument
828 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() local
2150 IncludeSpelling)) { in suggestPathToFileForDiagnostics()
2151 Filename = IncludeSpelling; in suggestPathToFileForDiagnostics()