Home
last modified time | relevance | path

Searched refs:SearchPath (Results 1 – 25 of 29) sorted by relevance

12

/freebsd-14.2/contrib/bmake/
H A Ddir.h87 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 Ddir.c860 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 Dmake.h412 typedef struct SearchPath { struct
414 } SearchPath; typedef
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 Dparse.c265 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 Dsuff.c177 SearchPath *searchPath;
861 SearchPath *
886 SearchPath *includesPath = SearchPath_New(); in Suff_ExtendPaths()
887 SearchPath *libsPath = SearchPath_New(); in Suff_ExtendPaths()
1460 SearchPath *
H A Darch.c1023 Arch_FindLib(GNode *gn, SearchPath *path) in Arch_FindLib()
/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DHeaderSearch.cpp463 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 DPPDirectives.cpp954 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 DPreprocessingRecord.cpp475 StringRef SearchPath, StringRef RelativePath, const Module *Imported, in InclusionDirective() argument
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DDependencyFile.cpp68 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 DDependencyGraph.cpp51 OptionalFileEntryRef File, StringRef SearchPath,
71 StringRef SearchPath, StringRef RelativePath, const Module *Imported, in InclusionDirective() argument
H A DModuleDependencyCollector.cpp57 OptionalFileEntryRef File, StringRef SearchPath, in InclusionDirective()
H A DPrintPreprocessedOutput.cpp155 OptionalFileEntryRef File, StringRef SearchPath,
404 StringRef SearchPath, StringRef RelativePath, const Module *Imported, in InclusionDirective() argument
H A DPrecompiledPreamble.cpp100 OptionalFileEntryRef File, StringRef SearchPath, in InclusionDirective() argument
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/
H A DDirectoryLookup.h189 SmallVectorImpl<char> *SearchPath,
198 StringRef Filename, HeaderSearch &HS, SmallVectorImpl<char> *SearchPath,
H A DPPCallbacks.h141 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 DHeaderSearch.h497 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath,
511 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath,
H A DPreprocessingRecord.h534 OptionalFileEntryRef File, StringRef SearchPath,
H A DPreprocessor.h2405 ConstSearchDirIterator *CurDir, SmallVectorImpl<char> *SearchPath,
2676 SmallVectorImpl<char> &RelativePath, SmallVectorImpl<char> &SearchPath,
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DMacroPPCallbacks.h104 OptionalFileEntryRef File, StringRef SearchPath,
H A DMacroPPCallbacks.cpp171 StringRef SearchPath, StringRef RelativePath, const Module *Imported, in InclusionDirective() argument
/freebsd-14.2/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesManager.cpp284 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 DModuleDepCollector.h168 OptionalFileEntryRef File, StringRef SearchPath,
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp77 OptionalFileEntryRef File, StringRef SearchPath,
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp399 StringRef SearchPath, StringRef RelativePath, const Module *Imported, in InclusionDirective() argument

12