Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/bmake/
H A Ddir.h86 void SearchPath_Expand(SearchPath *, const char *, StringList *);
87 char *Dir_FindFile(const char *, SearchPath *) MAKE_ATTR_USE;
90 CachedDir *SearchPath_Add(SearchPath *, const char *);
91 char *SearchPath_ToFlags(SearchPath *, const char *) MAKE_ATTR_USE;
92 void SearchPath_Clear(SearchPath *);
93 void SearchPath_AddAll(SearchPath *, SearchPath *);
95 void SearchPath_Print(const SearchPath *);
96 SearchPath *Dir_CopyDirSearchPath(void) MAKE_ATTR_USE;
H A Ddir.c843 SearchPath *partPath; in SearchPath_ExpandMiddle()
1063 FindFileRelative(SearchPath *path, bool seenDotLast, in FindFileRelative()
1188 Dir_FindFile(const char *name, SearchPath *path) in Dir_FindFile()
1508 CacheNewDir(const char *name, SearchPath *path) in CacheNewDir()
1566 SearchPath_Add(SearchPath *path, const char *name) in SearchPath_Add()
1599 SearchPath *
1602 SearchPath *path = SearchPath_New(); in Dir_CopyDirSearchPath()
1647 SearchPath_Free(SearchPath *path) in SearchPath_Free()
1664 SearchPath_Clear(SearchPath *path) in SearchPath_Clear()
1678 SearchPath_AddAll(SearchPath *dst, SearchPath *src) in SearchPath_AddAll()
[all …]
H A Dmake.h412 typedef struct SearchPath { struct
414 } SearchPath; typedef
592 extern SearchPath dirSearchPath;
594 extern SearchPath *parseIncPath;
599 extern SearchPath *sysIncPath;
601 extern SearchPath *defSysIncPath;
790 void Arch_FindLib(GNode *, SearchPath *);
814 MAKE_INLINE SearchPath * MAKE_ATTR_USE
817 SearchPath *path = bmake_malloc(sizeof *path); in SearchPath_New()
822 void SearchPath_Free(SearchPath *);
[all …]
H A Dparse.c250 SearchPath *parseIncPath; /* directories for "..." includes */
251 SearchPath *sysIncPath; /* directories for <...> includes */
252 SearchPath *defSysIncPath; /* default for sysIncPath */
984 SearchPath *path; in HandleDependencyTargetPath()
1044 SearchPath *emptyPath = SearchPath_New(); in HandleDependencyTargetMundane()
1908 SearchPath *suffPath = NULL; in IncludeFile()
1929 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()
1462 SearchPath *
H A Darch.c1024 Arch_FindLib(GNode *gn, SearchPath *path) in Arch_FindLib()
H A Dmain.c1691 SearchPath *sysInc = Lst_IsEmpty(&sysIncPath->dirs) in ReadMakefile()
/freebsd-13.1/contrib/llvm-project/clang/lib/Lex/
H A DHeaderSearch.cpp391 if (SearchPath) { in LookupFile()
393 SearchPath->clear(); in LookupFile()
421 if (SearchPath) { in LookupFile()
587 if (SearchPath) { in DoFrameworkLookup()
588 SearchPath->clear(); in DoFrameworkLookup()
602 if (SearchPath) in DoFrameworkLookup()
603 SearchPath->insert(SearchPath->begin()+OrigSize, Private, in DoFrameworkLookup()
779 if (SearchPath) in LookupFile()
1110 if (SearchPath) { in LookupSubframeworkHeader()
1111 SearchPath->clear(); in LookupSubframeworkHeader()
[all …]
H A DPPDirectives.cpp811 const DirectoryLookup *&CurDir, SmallVectorImpl<char> *SearchPath, in LookupFile() argument
871 Includers, SearchPath, RelativePath, RequestingModule, in LookupFile()
888 Filename, FilenameLoc, isAngled, FromDir, CurDir, Includers, SearchPath, in LookupFile()
906 Filename, CurFileEnt, SearchPath, RelativePath, RequestingModule, in LookupFile()
921 Filename, CurFileEnt, SearchPath, RelativePath, in LookupFile()
1821 SmallVectorImpl<char> &RelativePath, SmallVectorImpl<char> &SearchPath, in LookupHeaderIncludeOrImport() argument
1826 Callbacks ? &SearchPath : nullptr, Callbacks ? &RelativePath : nullptr, in LookupHeaderIncludeOrImport()
1893 CurDir, Callbacks ? &SearchPath : nullptr, in LookupHeaderIncludeOrImport()
1997 SmallString<1024> SearchPath; in HandleHeaderIncludeOrImport() local
2023 LookupFilename, RelativePath, SearchPath, SuggestedModule, isAngled); in HandleHeaderIncludeOrImport()
[all …]
H A DPreprocessingRecord.cpp484 StringRef SearchPath, in InclusionDirective() argument
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DDependencyFile.cpp70 StringRef SearchPath, StringRef RelativePath, in InclusionDirective()
144 StringRef SearchPath; in addDependency() local
150 SearchPath = TmpPath.str(); in addDependency()
152 SearchPath = Filename; in addDependency()
155 if (Seen.insert(SearchPath).second) { in addDependency()
H A DDependencyGraph.cpp51 StringRef SearchPath, StringRef RelativePath,
75 StringRef SearchPath, in InclusionDirective() argument
H A DModuleDependencyCollector.cpp51 StringRef SearchPath, StringRef RelativePath, in InclusionDirective()
H A DPrintPreprocessedOutput.cpp131 StringRef SearchPath, StringRef RelativePath,
332 StringRef SearchPath, in InclusionDirective() argument
H A DPrecompiledPreamble.cpp103 StringRef SearchPath, StringRef RelativePath, in InclusionDirective() argument
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Lex/
H A DDirectoryLookup.h181 SmallVectorImpl<char> *SearchPath,
189 StringRef Filename, HeaderSearch &HS, SmallVectorImpl<char> *SearchPath,
H A DPPCallbacks.h128 StringRef SearchPath, in InclusionDirective() argument
444 StringRef SearchPath, StringRef RelativePath, in InclusionDirective() argument
448 FilenameRange, File, SearchPath, RelativePath, in InclusionDirective()
451 FilenameRange, File, SearchPath, RelativePath, in InclusionDirective()
H A DHeaderSearch.h416 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath,
429 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath,
H A DPreprocessingRecord.h534 const FileEntry *File, StringRef SearchPath,
H A DPreprocessor.h2017 const DirectoryLookup *&CurDir, SmallVectorImpl<char> *SearchPath,
2271 SmallVectorImpl<char> &RelativePath, SmallVectorImpl<char> &SearchPath,
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DMacroPPCallbacks.h105 StringRef SearchPath, StringRef RelativePath,
H A DMacroPPCallbacks.cpp171 StringRef SearchPath, StringRef RelativePath, const Module *Imported, in InclusionDirective() argument
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DModuleDepCollector.h154 StringRef SearchPath, StringRef RelativePath,
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp137 StringRef SearchPath, StringRef RelativePath, const Module *Imported, in InclusionDirective() argument
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp80 StringRef SearchPath, StringRef RelativePath,

12