/freebsd/contrib/bmake/ |
H A D | dir.h | 89 void SearchPath_Expand(SearchPath *, const char *, StringList *); 90 char *Dir_FindFile(const char *, SearchPath *) MAKE_ATTR_USE; 91 char *Dir_FindInclude(const char *, SearchPath *) MAKE_ATTR_USE; 94 CachedDir *SearchPath_Add(SearchPath *, const char *); 95 char *SearchPath_ToFlags(SearchPath *, const char *) MAKE_ATTR_USE; 96 void SearchPath_Clear(SearchPath *); 97 void SearchPath_AddAll(SearchPath *, SearchPath *); 99 void SearchPath_Print(const SearchPath *); 100 SearchPath *Dir_CopyDirSearchPath(void) MAKE_ATTR_USE;
|
H A D | dir.c | 237 SearchPath dirSearchPath = { LST_INIT }; /* main search path */ 579 SearchPath *path = Lst_IsEmpty(&sysIncPath->dirs) in Dir_SetSYSPATH() 769 DirExpandCurly(const char *word, const char *brace, SearchPath *path, in DirExpandCurly() 814 DirExpandPath(const char *pattern, SearchPath *path, StringList *expansions) in DirExpandPath() 841 SearchPath_ExpandMiddle(SearchPath *path, const char *pattern, in SearchPath_ExpandMiddle() 845 SearchPath *partPath; in SearchPath_ExpandMiddle() 890 SearchPath_Expand(SearchPath *path, const char *pattern, StringList *expansions) in SearchPath_Expand() 1055 FindFileRelative(SearchPath *path, bool seenDotLast, in FindFileRelative() 1117 FindFileAbsolute(SearchPath *path, bool seenDotLast, in FindFileAbsolute() 1164 FindFile(const char *name, SearchPath *path, bool isinclude) in FindFile() [all …]
|
H A D | make.h | 434 typedef struct SearchPath { struct 436 } SearchPath; typedef 634 extern SearchPath dirSearchPath; 636 extern SearchPath *parseIncPath; 641 extern SearchPath *sysIncPath; 643 extern SearchPath *defSysIncPath; 832 void Arch_FindLib(GNode *, SearchPath *); 857 MAKE_INLINE SearchPath * MAKE_ATTR_USE 860 SearchPath *path = bmake_malloc(sizeof *path); in SearchPath_New() 865 void SearchPath_Free(SearchPath *); [all...] |
H A D | parse.c | 250 SearchPath *parseIncPath; /* directories for "..." includes */ 251 SearchPath *sysIncPath; /* directories for <...> includes */ 252 SearchPath *defSysIncPath; /* default for sysIncPath */ 1006 SearchPath *path; in HandleDependencyTargetPath() 1078 SearchPath *emptyPath = SearchPath_New(); in HandleDependencyTargetMundane() 1205 SearchPath *suffPath; in FindInQuotPath() 1261 SearchPath *path = Lst_IsEmpty(&sysIncPath->dirs) in IncludeFile()
|
H A D | suff.c | 175 SearchPath *searchPath; 828 SearchPath * 853 SearchPath *includesPath = SearchPath_New(); in Suff_ExtendPaths() 854 SearchPath *libsPath = SearchPath_New(); in Suff_ExtendPaths() 1407 SearchPath *
|
H A D | arch.c | 911 Arch_FindLib(GNode *gn, SearchPath *path) in Arch_FindLib()
|
H A D | main.c | 1698 SearchPath *sysInc = Lst_IsEmpty(&sysIncPath->dirs) in ReadMakefile()
|
/freebsd/contrib/llvm-project/clang/lib/Lex/ |
H A D | HeaderSearch.cpp | 473 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, in LookupFile() argument 487 if (SearchPath) { in LookupFile() 489 SearchPath->clear(); in LookupFile() 490 SearchPath->append(SearchPathRef.begin(), SearchPathRef.end()); in LookupFile() 503 return DoFrameworkLookup(Filename, HS, SearchPath, RelativePath, in LookupFile() 518 if (SearchPath) { in LookupFile() 520 SearchPath->clear(); in LookupFile() 521 SearchPath->append(SearchPathRef.begin(), SearchPathRef.end()); in LookupFile() 617 StringRef Filename, HeaderSearch &HS, SmallVectorImpl<char> *SearchPath, in DoFrameworkLookup() argument 690 if (SearchPath) { in DoFrameworkLookup() [all …]
|
H A D | PPDirectives.cpp | 955 ConstSearchDirIterator *CurDirArg, SmallVectorImpl<char> *SearchPath, in LookupFile() argument 1024 Includers, SearchPath, RelativePath, RequestingModule, in LookupFile() 1041 Filename, FilenameLoc, isAngled, FromDir, &CurDir, Includers, SearchPath, in LookupFile() 1054 Filename, *CurFileEnt, SearchPath, RelativePath, RequestingModule, in LookupFile() 1065 Filename, *CurFileEnt, SearchPath, RelativePath, in LookupFile() 2101 SmallVectorImpl<char> &RelativePath, SmallVectorImpl<char> &SearchPath, in LookupHeaderIncludeOrImport() argument 2119 Callbacks ? &SearchPath : nullptr, Callbacks ? &RelativePath : nullptr, in LookupHeaderIncludeOrImport() 2139 Callbacks ? &SearchPath : nullptr, Callbacks ? &RelativePath : nullptr, in LookupHeaderIncludeOrImport() 2170 LookupFromFile, CurDir, Callbacks ? &SearchPath : nullptr, in LookupHeaderIncludeOrImport() 2275 SmallString<1024> SearchPath; in HandleHeaderIncludeOrImport() local [all …]
|
H A D | PreprocessingRecord.cpp | 475 StringRef SearchPath, StringRef RelativePath, const Module *SuggestedModule, in InclusionDirective() argument
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | DependencyFile.cpp | 81 OptionalFileEntryRef File, StringRef SearchPath, in InclusionDirective() 179 StringRef SearchPath; in addDependency() local 185 SearchPath = TmpPath.str(); in addDependency() 187 SearchPath = Filename; in addDependency() 190 if (Seen.insert(SearchPath).second) { in addDependency()
|
H A D | DependencyGraph.cpp | 51 OptionalFileEntryRef File, StringRef SearchPath, 76 StringRef SearchPath, StringRef RelativePath, const Module *SuggestedModule, in InclusionDirective() argument
|
H A D | ModuleDependencyCollector.cpp | 57 OptionalFileEntryRef File, StringRef SearchPath, in InclusionDirective()
|
H A D | PrintPreprocessedOutput.cpp | 166 OptionalFileEntryRef File, StringRef SearchPath, 487 StringRef SearchPath, StringRef RelativePath, const Module *SuggestedModule, in InclusionDirective() argument
|
H A D | PrecompiledPreamble.cpp | 101 OptionalFileEntryRef File, StringRef SearchPath, in InclusionDirective() argument
|
/freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
H A D | PPCallbacks.h | 172 StringRef SearchPath, StringRef RelativePath, in InclusionDirective() argument 526 OptionalFileEntryRef File, StringRef SearchPath, in InclusionDirective() argument 531 FilenameRange, File, SearchPath, RelativePath, in InclusionDirective() 534 FilenameRange, File, SearchPath, RelativePath, in InclusionDirective()
|
H A D | HeaderSearch.h | 514 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, 528 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath,
|
H A D | PreprocessingRecord.h | 534 OptionalFileEntryRef File, StringRef SearchPath,
|
H A D | Preprocessor.h | 2437 ConstSearchDirIterator *CurDir, SmallVectorImpl<char> *SearchPath, 2741 SmallVectorImpl<char> &RelativePath, SmallVectorImpl<char> &SearchPath,
|
/freebsd/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 *SuggestedModule, in InclusionDirective() argument
|
/freebsd/contrib/llvm-project/clang/lib/APINotes/ |
H A D | APINotesManager.cpp | 290 for (const auto &SearchPath : SearchPaths) { in getCurrentModuleAPINotes() local 291 if (auto SearchDir = FM.getOptionalDirectoryRef(SearchPath)) { in getCurrentModuleAPINotes()
|
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/ |
H A D | ModuleDepCollector.h | 175 OptionalFileEntryRef File, StringRef SearchPath,
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | InclusionRewriter.cpp | 77 OptionalFileEntryRef File, StringRef SearchPath,
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
H A D | ModuleDepCollector.cpp | 468 StringRef SearchPath, StringRef RelativePath, const Module *SuggestedModule, in InclusionDirective() argument
|