Searched refs:GetFile (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/Lex/
H A DModuleMap.cpp181 auto GetFile = [&](StringRef Filename) -> Optional<FileEntryRef> { local
198 if (auto File = GetFile(FullPathName))
215 return GetFile(FullPathName);
221 return GetFile(Header.FileName);
230 auto NormalHdrFile = GetFile(FullPathName);
/netbsd-current/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp1843 auto GetFile = [&](const internal_key_type &Key) -> const FileEntry* { local
1857 const FileEntry *FEA = GetFile(a);
1858 const FileEntry *FEB = GetFile(b);

Completed in 201 milliseconds