| /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 | 436 typedef struct SearchPath { struct 438 } SearchPath; argument 637 extern SearchPath dirSearchPath; 639 extern SearchPath *parseIncPath; 644 extern SearchPath *sysIncPath; 646 extern SearchPath *defSysIncPath; 835 void Arch_FindLib(GNode *, SearchPath *); 860 MAKE_INLINE SearchPath * MAKE_ATTR_USE 863 SearchPath *path = bmake_malloc(sizeof *path); in SearchPath_New() 868 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 */ 1061 SearchPath *path; in HandleDependencyTargetPath() 1133 SearchPath *emptyPath = SearchPath_New(); in HandleDependencyTargetMundane() 1260 SearchPath *suffPath; in FindInQuotPath() 1316 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()
|
| /freebsd/contrib/llvm-project/clang/lib/Lex/ |
| H A D | HeaderSearch.cpp | 478 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, in LookupFile() argument 492 if (SearchPath) { in LookupFile() 494 SearchPath->clear(); in LookupFile() 495 SearchPath->append(SearchPathRef.begin(), SearchPathRef.end()); in LookupFile() 508 return DoFrameworkLookup(Filename, HS, SearchPath, RelativePath, in LookupFile() 523 if (SearchPath) { in LookupFile() 525 SearchPath->clear(); in LookupFile() 526 SearchPath->append(SearchPathRef.begin(), SearchPathRef.end()); in LookupFile() 622 StringRef Filename, HeaderSearch &HS, SmallVectorImpl<char> *SearchPath, in DoFrameworkLookup() argument 695 if (SearchPath) { in DoFrameworkLookup() [all …]
|
| H A D | PPDirectives.cpp | 981 ConstSearchDirIterator *CurDirArg, SmallVectorImpl<char> *SearchPath, in LookupFile() argument 1050 Includers, SearchPath, RelativePath, RequestingModule, in LookupFile() 1067 Filename, FilenameLoc, isAngled, FromDir, &CurDir, Includers, SearchPath, in LookupFile() 1080 Filename, *CurFileEnt, SearchPath, RelativePath, RequestingModule, in LookupFile() 1091 Filename, *CurFileEnt, SearchPath, RelativePath, in LookupFile() 2135 SmallVectorImpl<char> &RelativePath, SmallVectorImpl<char> &SearchPath, in LookupHeaderIncludeOrImport() argument 2153 Callbacks ? &SearchPath : nullptr, Callbacks ? &RelativePath : nullptr, in LookupHeaderIncludeOrImport() 2173 Callbacks ? &SearchPath : nullptr, Callbacks ? &RelativePath : nullptr, in LookupHeaderIncludeOrImport() 2204 LookupFromFile, CurDir, Callbacks ? &SearchPath : nullptr, in LookupHeaderIncludeOrImport() 2309 SmallString<1024> SearchPath; in HandleHeaderIncludeOrImport() local [all …]
|
| H A D | PreprocessingRecord.cpp | 472 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 | HeaderIncludeGen.cpp | 144 OptionalFileEntryRef File, StringRef SearchPath, 418 StringRef SearchPath, StringRef RelativePath, const Module *SuggestedModule, in InclusionDirective() argument
|
| H A D | ModuleDependencyCollector.cpp | 56 OptionalFileEntryRef File, StringRef SearchPath, in InclusionDirective()
|
| H A D | PrintPreprocessedOutput.cpp | 165 OptionalFileEntryRef File, StringRef SearchPath, 486 StringRef SearchPath, StringRef RelativePath, const Module *SuggestedModule, in InclusionDirective() argument
|
| /freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | DirectoryLookup.h | 179 SmallVectorImpl<char> *SearchPath, 188 StringRef Filename, HeaderSearch &HS, SmallVectorImpl<char> *SearchPath,
|
| H A D | PPCallbacks.h | 173 StringRef SearchPath, StringRef RelativePath, in InclusionDirective() argument 527 OptionalFileEntryRef File, StringRef SearchPath, in InclusionDirective() argument 532 FilenameRange, File, SearchPath, RelativePath, in InclusionDirective() 535 FilenameRange, File, SearchPath, RelativePath, in InclusionDirective()
|
| H A D | NoTrivialPPDirectiveTracer.h | 157 OptionalFileEntryRef File, StringRef SearchPath, in InclusionDirective() argument
|
| H A D | HeaderSearch.h | 511 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, 525 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath,
|
| H A D | PreprocessingRecord.h | 534 OptionalFileEntryRef File, StringRef SearchPath,
|
| H A D | Preprocessor.h | 2512 ConstSearchDirIterator *CurDir, SmallVectorImpl<char> *SearchPath, 2833 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 | 289 for (const auto &SearchPath : SearchPaths) { in getCurrentModuleAPINotes() local 290 if (auto SearchDir = FM.getOptionalDirectoryRef(SearchPath)) { in getCurrentModuleAPINotes()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/ |
| H A D | ModuleDepCollector.h | 232 OptionalFileEntryRef File, StringRef SearchPath,
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | InclusionRewriter.cpp | 77 OptionalFileEntryRef File, StringRef SearchPath,
|