Searched refs:SeparateComponents (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Lex/ |
H A D | PPDirectives.cpp | 1088 auto SeparateComponents = [](SmallVectorImpl<char> &LookupPath, in LookupEmbedFile() local 1109 SeparateComponents(LookupPath, FullFileDir, Filename, true); in LookupEmbedFile() 1125 SeparateComponents(LookupPath, WorkingDir, Filename, false); in LookupEmbedFile() 1137 SeparateComponents(LookupPath, Entry, Filename, false); in LookupEmbedFile()
|