Searched refs:IsFrameworkFound (Results 1 – 5 of 5) sorted by relevance
| /src/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 | 516 bool *IsMapped, bool *IsFrameworkFound, bool SkipCache = false,
|
| H A D | Preprocessor.h | 2440 bool *IsFrameworkFound, bool SkipCache = false, 2738 const Token &FilenameTok, bool &IsFrameworkFound, bool IsImportDecl,
|
| /src/contrib/llvm-project/clang/lib/Lex/ |
| H A D | HeaderSearch.cpp | 475 bool &InUserSpecifiedSystemFramework, bool &IsFrameworkFound, in LookupFile() argument 505 InUserSpecifiedSystemFramework, IsFrameworkFound); in LookupFile() 620 bool &InUserSpecifiedSystemFramework, bool &IsFrameworkFound) const { in DoFrameworkLookup() 678 IsFrameworkFound = CacheEntry.Directory.has_value(); in DoFrameworkLookup() 891 bool *IsMapped, bool *IsFrameworkFound, bool SkipCache, in LookupFile() argument 899 if (IsFrameworkFound) in LookupFile() 900 *IsFrameworkFound = false; in LookupFile() 1092 if (IsFrameworkFound) in LookupFile() 1096 *IsFrameworkFound |= (IsFrameworkFoundInDir && !CacheLookup.MappedName); in LookupFile()
|
| H A D | PPDirectives.cpp | 958 bool *IsFrameworkFound, bool SkipCache, bool OpenFile, bool CacheFailures) { in LookupFile() argument 1043 IsFrameworkFound, SkipCache, BuildSystemModule, OpenFile, CacheFailures); in LookupFile() 2098 const Token &FilenameTok, bool &IsFrameworkFound, bool IsImportDecl, in LookupHeaderIncludeOrImport() argument 2120 &SuggestedModule, &IsMapped, &IsFrameworkFound); in LookupHeaderIncludeOrImport() 2194 if (IsFrameworkFound) { in LookupHeaderIncludeOrImport() 2273 bool IsFrameworkFound = false; in HandleHeaderIncludeOrImport() local 2296 IsFrameworkFound, IsImportDecl, IsMapped, LookupFrom, LookupFromFile, in HandleHeaderIncludeOrImport()
|