| /freebsd-14.2/contrib/bmake/ |
| H A D | dir.h | 87 void SearchPath_Expand(SearchPath *, const char *, StringList *); 88 char *Dir_FindFile(const char *, SearchPath *) MAKE_ATTR_USE; 91 CachedDir *SearchPath_Add(SearchPath *, const char *); 92 char *SearchPath_ToFlags(SearchPath *, const char *) MAKE_ATTR_USE; 93 void SearchPath_Clear(SearchPath *); 94 void SearchPath_AddAll(SearchPath *, SearchPath *); 96 void SearchPath_Print(const SearchPath *); 97 SearchPath *Dir_CopyDirSearchPath(void) MAKE_ATTR_USE;
|
| H A D | dir.c | 860 SearchPath *partPath; in SearchPath_ExpandMiddle() 1080 FindFileRelative(SearchPath *path, bool seenDotLast, in FindFileRelative() 1205 Dir_FindFile(const char *name, SearchPath *path) in Dir_FindFile() 1525 CacheNewDir(const char *name, SearchPath *path) in CacheNewDir() 1583 SearchPath_Add(SearchPath *path, const char *name) in SearchPath_Add() 1616 SearchPath * 1619 SearchPath *path = SearchPath_New(); in Dir_CopyDirSearchPath() 1664 SearchPath_Free(SearchPath *path) in SearchPath_Free() 1681 SearchPath_Clear(SearchPath *path) in SearchPath_Clear() 1695 SearchPath_AddAll(SearchPath *dst, SearchPath *src) in SearchPath_AddAll() [all …]
|
| H A D | make.h | 412 typedef struct SearchPath { struct 414 } SearchPath; argument 611 extern SearchPath dirSearchPath; 613 extern SearchPath *parseIncPath; 618 extern SearchPath *sysIncPath; 620 extern SearchPath *defSysIncPath; 807 void Arch_FindLib(GNode *, SearchPath *); 832 MAKE_INLINE SearchPath * MAKE_ATTR_USE 835 SearchPath *path = bmake_malloc(sizeof *path); in SearchPath_New() 840 void SearchPath_Free(SearchPath *); [all …]
|
| H A D | parse.c | 265 SearchPath *parseIncPath; /* directories for "..." includes */ 266 SearchPath *sysIncPath; /* directories for <...> includes */ 267 SearchPath *defSysIncPath; /* default for sysIncPath */ 1015 SearchPath *path; in HandleDependencyTargetPath() 1087 SearchPath *emptyPath = SearchPath_New(); in HandleDependencyTargetMundane() 1214 SearchPath *suffPath; in FindInQuotPath() 1270 SearchPath *path = Lst_IsEmpty(&sysIncPath->dirs) in IncludeFile()
|
| H A D | suff.c | 177 SearchPath *searchPath; 861 SearchPath * 886 SearchPath *includesPath = SearchPath_New(); in Suff_ExtendPaths() 887 SearchPath *libsPath = SearchPath_New(); in Suff_ExtendPaths() 1460 SearchPath *
|
| H A D | arch.c | 1023 Arch_FindLib(GNode *gn, SearchPath *path) in Arch_FindLib()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Lex/ |
| H A D | HeaderSearch.cpp | 463 if (SearchPath) { in LookupFile() 494 if (SearchPath) { in LookupFile() 666 if (SearchPath) { in DoFrameworkLookup() 667 SearchPath->clear(); in DoFrameworkLookup() 681 if (SearchPath) in DoFrameworkLookup() 682 SearchPath->insert(SearchPath->begin()+OrigSize, Private, in DoFrameworkLookup() 889 if (SearchPath) in LookupFile() 955 if (SearchPath) { in LookupFile() 1242 if (SearchPath) { in LookupSubframeworkHeader() 1243 SearchPath->clear(); in LookupSubframeworkHeader() [all …]
|
| H A D | PPDirectives.cpp | 954 ConstSearchDirIterator *CurDirArg, SmallVectorImpl<char> *SearchPath, in LookupFile() argument 1023 Includers, SearchPath, RelativePath, RequestingModule, in LookupFile() 1040 Filename, FilenameLoc, isAngled, FromDir, &CurDir, Includers, SearchPath, in LookupFile() 1053 Filename, *CurFileEnt, SearchPath, RelativePath, RequestingModule, in LookupFile() 1064 Filename, *CurFileEnt, SearchPath, RelativePath, in LookupFile() 2023 SmallVectorImpl<char> &RelativePath, SmallVectorImpl<char> &SearchPath, in LookupHeaderIncludeOrImport() argument 2041 Callbacks ? &SearchPath : nullptr, Callbacks ? &RelativePath : nullptr, in LookupHeaderIncludeOrImport() 2061 Callbacks ? &SearchPath : nullptr, Callbacks ? &RelativePath : nullptr, in LookupHeaderIncludeOrImport() 2092 LookupFromFile, CurDir, Callbacks ? &SearchPath : nullptr, in LookupHeaderIncludeOrImport() 2197 SmallString<1024> SearchPath; in HandleHeaderIncludeOrImport() local [all …]
|
| H A D | PreprocessingRecord.cpp | 475 StringRef SearchPath, StringRef RelativePath, const Module *Imported, in InclusionDirective() argument
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | DependencyFile.cpp | 68 OptionalFileEntryRef File, StringRef SearchPath, in InclusionDirective() 153 StringRef SearchPath; in addDependency() local 159 SearchPath = TmpPath.str(); in addDependency() 161 SearchPath = Filename; in addDependency() 164 if (Seen.insert(SearchPath).second) { in addDependency()
|
| H A D | DependencyGraph.cpp | 51 OptionalFileEntryRef File, StringRef SearchPath, 71 StringRef SearchPath, StringRef RelativePath, const Module *Imported, in InclusionDirective() argument
|
| H A D | ModuleDependencyCollector.cpp | 57 OptionalFileEntryRef File, StringRef SearchPath, in InclusionDirective()
|
| H A D | PrintPreprocessedOutput.cpp | 155 OptionalFileEntryRef File, StringRef SearchPath, 404 StringRef SearchPath, StringRef RelativePath, const Module *Imported, in InclusionDirective() argument
|
| H A D | PrecompiledPreamble.cpp | 100 OptionalFileEntryRef File, StringRef SearchPath, in InclusionDirective() argument
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | DirectoryLookup.h | 189 SmallVectorImpl<char> *SearchPath, 198 StringRef Filename, HeaderSearch &HS, SmallVectorImpl<char> *SearchPath,
|
| H A D | PPCallbacks.h | 141 StringRef SearchPath, StringRef RelativePath, in InclusionDirective() argument 475 OptionalFileEntryRef File, StringRef SearchPath, in InclusionDirective() argument 479 FilenameRange, File, SearchPath, RelativePath, in InclusionDirective() 482 FilenameRange, File, SearchPath, RelativePath, in InclusionDirective()
|
| H A D | HeaderSearch.h | 497 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, 511 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath,
|
| H A D | PreprocessingRecord.h | 534 OptionalFileEntryRef File, StringRef SearchPath,
|
| H A D | Preprocessor.h | 2405 ConstSearchDirIterator *CurDir, SmallVectorImpl<char> *SearchPath, 2676 SmallVectorImpl<char> &RelativePath, SmallVectorImpl<char> &SearchPath,
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | MacroPPCallbacks.h | 104 OptionalFileEntryRef File, StringRef SearchPath,
|
| H A D | MacroPPCallbacks.cpp | 171 StringRef SearchPath, StringRef RelativePath, const Module *Imported, in InclusionDirective() argument
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/APINotes/ |
| H A D | APINotesManager.cpp | 284 for (const auto &SearchPath : SearchPaths) { in getCurrentModuleAPINotes() local 285 if (auto SearchDir = FM.getOptionalDirectoryRef(SearchPath)) { in getCurrentModuleAPINotes()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/ |
| H A D | ModuleDepCollector.h | 168 OptionalFileEntryRef File, StringRef SearchPath,
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | InclusionRewriter.cpp | 77 OptionalFileEntryRef File, StringRef SearchPath,
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
| H A D | ModuleDepCollector.cpp | 399 StringRef SearchPath, StringRef RelativePath, const Module *Imported, in InclusionDirective() argument
|