Home
last modified time | relevance | path

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

12

/freebsd/contrib/bmake/
H A Ddir.h89 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 Ddir.c237 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 Dmake.h436 typedef struct SearchPath { struct
438 } SearchPath; typedef
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 Dparse.c250 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 Dsuff.c175 SearchPath *searchPath;
828 SearchPath *
853 SearchPath *includesPath = SearchPath_New(); in Suff_ExtendPaths()
854 SearchPath *libsPath = SearchPath_New(); in Suff_ExtendPaths()
1407 SearchPath *
H A Darch.c911 Arch_FindLib(GNode *gn, SearchPath *path) in Arch_FindLib()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DHeaderSearch.cpp478 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 DPPDirectives.cpp981 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 DPreprocessingRecord.cpp472 StringRef SearchPath, StringRef RelativePath, const Module *SuggestedModule, in InclusionDirective() argument
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DDependencyFile.cpp81 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 DDependencyGraph.cpp51 OptionalFileEntryRef File, StringRef SearchPath,
76 StringRef SearchPath, StringRef RelativePath, const Module *SuggestedModule, in InclusionDirective() argument
H A DHeaderIncludeGen.cpp144 OptionalFileEntryRef File, StringRef SearchPath,
418 StringRef SearchPath, StringRef RelativePath, const Module *SuggestedModule, in InclusionDirective() argument
H A DModuleDependencyCollector.cpp56 OptionalFileEntryRef File, StringRef SearchPath, in InclusionDirective()
H A DPrintPreprocessedOutput.cpp165 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 DDirectoryLookup.h179 SmallVectorImpl<char> *SearchPath,
188 StringRef Filename, HeaderSearch &HS, SmallVectorImpl<char> *SearchPath,
H A DPPCallbacks.h173 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 DNoTrivialPPDirectiveTracer.h157 OptionalFileEntryRef File, StringRef SearchPath, in InclusionDirective() argument
H A DHeaderSearch.h511 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath,
525 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath,
H A DPreprocessingRecord.h534 OptionalFileEntryRef File, StringRef SearchPath,
H A DPreprocessor.h2512 ConstSearchDirIterator *CurDir, SmallVectorImpl<char> *SearchPath,
2833 SmallVectorImpl<char> &RelativePath, SmallVectorImpl<char> &SearchPath,
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DMacroPPCallbacks.h104 OptionalFileEntryRef File, StringRef SearchPath,
H A DMacroPPCallbacks.cpp171 StringRef SearchPath, StringRef RelativePath, const Module *SuggestedModule, in InclusionDirective() argument
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesManager.cpp289 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 DModuleDepCollector.h232 OptionalFileEntryRef File, StringRef SearchPath,
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp77 OptionalFileEntryRef File, StringRef SearchPath,

12