Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DHeaderSearch.h179 Qualified<IsConst, DirectoryLookup>> {
199 Qualified<IsConst, DirectoryLookup> &operator*() const {
238 friend class DirectoryLookup; variable
256 std::vector<DirectoryLookup> SearchDirs;
391 void SetSearchPaths(std::vector<DirectoryLookup> dirs, unsigned angledDirIdx,
396 void AddSearchPath(const DirectoryLookup &dir, bool isAngled);
399 void AddSystemSearchPath(const DirectoryLookup &dir) { in AddSystemSearchPath()
790 void loadSubdirectoryModuleMaps(DirectoryLookup &SearchDir);
884 unsigned searchDirIdx(const DirectoryLookup &DL) const;
H A DDirectoryLookup.h30 class DirectoryLookup {
68 DirectoryLookup(DirectoryEntryRef Dir, SrcMgr::CharacteristicKind DT, in DirectoryLookup() function
75 DirectoryLookup(const HeaderMap *Map, SrcMgr::CharacteristicKind DT) in DirectoryLookup() function
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DInitHeaderSearch.cpp35 DirectoryLookup Lookup;
38 DirectoryLookupInfo(IncludeDirGroup Group, DirectoryLookup Lookup, in DirectoryLookupInfo()
149 IncludePath.emplace_back(Group, DirectoryLookup(*DE, Type, isFramework), in AddUnmappedPath()
160 IncludePath.emplace_back(Group, DirectoryLookup(HM, Type), in AddUnmappedPath()
286 const DirectoryLookup &CurEntry = SearchList[i].Lookup; in RemoveDuplicates()
316 const DirectoryLookup &SearchEntry = SearchList[FirstDir].Lookup; in RemoveDuplicates()
361 static std::vector<DirectoryLookup>
363 std::vector<DirectoryLookup> Lookups; in extractLookups()
H A DHeaderSearch.cpp107 std::vector<DirectoryLookup> dirs, unsigned int angledDirIdx, in SetSearchPaths()
121 void HeaderSearch::AddSearchPath(const DirectoryLookup &dir, bool isAngled) { in AddSearchPath()
334 for (DirectoryLookup &Dir : search_dir_range()) { in lookupModule()
435 StringRef DirectoryLookup::getName() const { in getName()
476 OptionalFileEntryRef DirectoryLookup::LookupFile( in LookupFile()
621 OptionalFileEntryRef DirectoryLookup::DoFrameworkLookup( in DoFrameworkLookup()
1541 unsigned HeaderSearch::searchDirIdx(const DirectoryLookup &DL) const { in searchDirIdx()
1981 for (DirectoryLookup &DL : search_dir_range()) { in collectAllModules()
2030 for (const DirectoryLookup &DL : search_dir_range()) { in loadTopLevelSystemModules()
2041 void HeaderSearch::loadSubdirectoryModuleMaps(DirectoryLookup &SearchDir) { in loadSubdirectoryModuleMaps()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp10345 DirectoryLookup::LookupType_t LookupType) { in CodeCompleteIncludedFile()
10348 if (LookupType == DirectoryLookup::LT_Framework) { in CodeCompleteIncludedFile()
10385 if (LookupType == DirectoryLookup::LT_Framework && in CodeCompleteIncludedFile()
10411 auto AddFilesFromDirLookup = [&](const DirectoryLookup &IncludeDir, in CodeCompleteIncludedFile()
10414 case DirectoryLookup::LT_HeaderMap: in CodeCompleteIncludedFile()
10417 case DirectoryLookup::LT_NormalDir: in CodeCompleteIncludedFile()
10419 DirectoryLookup::LT_NormalDir); in CodeCompleteIncludedFile()
10421 case DirectoryLookup::LT_Framework: in CodeCompleteIncludedFile()
10423 IsSystem, DirectoryLookup::LT_Framework); in CodeCompleteIncludedFile()
10437 DirectoryLookup::LT_NormalDir); in CodeCompleteIncludedFile()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc1150 …SaIS1_EEb", "RemoveDuplicates(std::vector<clang::DirectoryLookup, std::allocator<clang::DirectoryL…
1153 …lang::DirectoryLookup, std::allocator<clang::DirectoryLookup>>::operator=(std::vector<clang::Direc…
1154DirectoryLookup, std::allocator<clang::DirectoryLookup>>::_M_range_insert<__gnu_cxx::__normal_iter…
1155DirectoryLookup, std::allocator<clang::DirectoryLookup>>::_M_insert_aux(__gnu_cxx::__normal_iterat…
11006 {"_ZNK5clang15DirectoryLookup7getNameEv", "clang::DirectoryLookup::getName() const"},
11007 …oryLookup10LookupFileEN4llvm9StringRefERNS_12HeaderSearchE", "clang::DirectoryLookup::LookupFile(l…
11008 …up17DoFrameworkLookupEN4llvm9StringRefERNS_12HeaderSearchE", "clang::DirectoryLookup::DoFrameworkL…
11009 …aderSearch::LookupFile(llvm::StringRef, bool, clang::DirectoryLookup const*, clang::DirectoryLooku…
11111 …eprocessor::LookupFile(llvm::StringRef, bool, clang::DirectoryLookup const*, clang::DirectoryLooku…
11119 …:HandleIncludeDirective(clang::SourceLocation, clang::Token&, clang::DirectoryLookup const*, bool)…
[all …]