Searched refs:IsFrameworkFound (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | DirectoryLookup.h | 192 bool &InUserSpecifiedSystemFramework, bool &IsFrameworkFound, 201 bool &InUserSpecifiedSystemFramework, bool &IsFrameworkFound) const;
|
| H A D | HeaderSearch.h | 499 bool *IsMapped, bool *IsFrameworkFound, bool SkipCache = false,
|
| H A D | Preprocessor.h | 2408 bool *IsFrameworkFound, bool SkipCache = false, 2673 const Token &FilenameTok, bool &IsFrameworkFound, bool IsImportDecl,
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Lex/ |
| H A D | HeaderSearch.cpp | 451 bool &InUserSpecifiedSystemFramework, bool &IsFrameworkFound, in LookupFile() argument 481 InUserSpecifiedSystemFramework, IsFrameworkFound); in LookupFile() 596 bool &InUserSpecifiedSystemFramework, bool &IsFrameworkFound) const { in DoFrameworkLookup() 654 IsFrameworkFound = CacheEntry.Directory.has_value(); in DoFrameworkLookup() 867 bool *IsMapped, bool *IsFrameworkFound, bool SkipCache, in LookupFile() argument 875 if (IsFrameworkFound) in LookupFile() 876 *IsFrameworkFound = false; in LookupFile() 1063 if (IsFrameworkFound) in LookupFile() 1067 *IsFrameworkFound |= (IsFrameworkFoundInDir && !CacheLookup.MappedName); in LookupFile()
|
| H A D | PPDirectives.cpp | 957 bool *IsFrameworkFound, bool SkipCache, bool OpenFile, bool CacheFailures) { in LookupFile() argument 1042 IsFrameworkFound, SkipCache, BuildSystemModule, OpenFile, CacheFailures); in LookupFile() 2020 const Token &FilenameTok, bool &IsFrameworkFound, bool IsImportDecl, in LookupHeaderIncludeOrImport() argument 2042 &SuggestedModule, &IsMapped, &IsFrameworkFound); in LookupHeaderIncludeOrImport() 2116 if (IsFrameworkFound) { in LookupHeaderIncludeOrImport() 2195 bool IsFrameworkFound = false; in HandleHeaderIncludeOrImport() local 2218 IsFrameworkFound, IsImportDecl, IsMapped, LookupFrom, LookupFromFile, in HandleHeaderIncludeOrImport()
|