Searched refs:IsFrameworkFound (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/clang/include/clang/Lex/ |
| H A D | DirectoryLookup.h | 188 bool &InUserSpecifiedSystemFramework, bool &IsFrameworkFound, 197 bool &InUserSpecifiedSystemFramework, bool &IsFrameworkFound) const;
|
| H A D | HeaderSearch.h | 488 bool *IsMapped, bool *IsFrameworkFound, bool SkipCache = false,
|
| H A D | Preprocessor.h | 2410 bool *IsFrameworkFound, bool SkipCache = false, 2674 const Token &FilenameTok, bool &IsFrameworkFound, bool IsImportDecl,
|
| /openbsd-src/gnu/llvm/clang/lib/Lex/ |
| H A D | HeaderSearch.cpp | 454 bool &InUserSpecifiedSystemFramework, bool &IsFrameworkFound, in LookupFile() argument 484 InUserSpecifiedSystemFramework, IsFrameworkFound); in LookupFile() 593 bool &InUserSpecifiedSystemFramework, bool &IsFrameworkFound) const { in DoFrameworkLookup() 651 IsFrameworkFound = CacheEntry.Directory.has_value(); in DoFrameworkLookup() 864 bool *IsMapped, bool *IsFrameworkFound, bool SkipCache, in LookupFile() argument 872 if (IsFrameworkFound) in LookupFile() 873 *IsFrameworkFound = false; in LookupFile() 1060 if (IsFrameworkFound) in LookupFile() 1064 *IsFrameworkFound |= (IsFrameworkFoundInDir && !CacheLookup.MappedName); in LookupFile()
|
| H A D | PPDirectives.cpp | 938 bool *IsFrameworkFound, bool SkipCache, bool OpenFile, bool CacheFailures) { in LookupFile() argument 1018 IsFrameworkFound, SkipCache, BuildSystemModule, OpenFile, CacheFailures); in LookupFile() 1991 const Token &FilenameTok, bool &IsFrameworkFound, bool IsImportDecl, in LookupHeaderIncludeOrImport() argument 1999 &SuggestedModule, &IsMapped, &IsFrameworkFound); in LookupHeaderIncludeOrImport() 2069 if (IsFrameworkFound) { in LookupHeaderIncludeOrImport() 2148 bool IsFrameworkFound = false; in HandleHeaderIncludeOrImport() local 2171 IsFrameworkFound, IsImportDecl, IsMapped, LookupFrom, LookupFromFile, in HandleHeaderIncludeOrImport()
|