Searched refs:IsFrameworkFound (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/Lex/ |
| D | DirectoryLookup.h | 184 bool &InUserSpecifiedSystemFramework, bool &IsFrameworkFound, 192 bool &InUserSpecifiedSystemFramework, bool &IsFrameworkFound) const;
|
| D | HeaderSearch.h | 418 bool *IsMapped, bool *IsFrameworkFound, bool SkipCache = false,
|
| D | Preprocessor.h | 2020 bool *IsFrameworkFound, bool SkipCache = false); 2268 const Token &FilenameTok, bool &IsFrameworkFound, bool IsImportDecl,
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Lex/ |
| D | HeaderSearch.cpp | 380 bool &InUserSpecifiedSystemFramework, bool &IsFrameworkFound, in LookupFile() argument 409 InUserSpecifiedSystemFramework, IsFrameworkFound); in LookupFile() 517 bool &InUserSpecifiedSystemFramework, bool &IsFrameworkFound) const { in DoFrameworkLookup() 575 IsFrameworkFound = CacheEntry.Directory; in DoFrameworkLookup() 760 bool *IsMapped, bool *IsFrameworkFound, bool SkipCache, in LookupFile() argument 765 if (IsFrameworkFound) in LookupFile() 766 *IsFrameworkFound = false; in LookupFile() 935 if (IsFrameworkFound) in LookupFile() 939 *IsFrameworkFound |= (IsFrameworkFoundInDir && !CacheLookup.MappedName); in LookupFile()
|
| D | PPDirectives.cpp | 814 bool *IsFrameworkFound, bool SkipCache) { in LookupFile() argument 890 IsFrameworkFound, SkipCache, BuildSystemModule); in LookupFile() 1818 const Token &FilenameTok, bool &IsFrameworkFound, bool IsImportDecl, in LookupHeaderIncludeOrImport() argument 1827 &SuggestedModule, &IsMapped, &IsFrameworkFound); in LookupHeaderIncludeOrImport() 1916 if (IsFrameworkFound) { in LookupHeaderIncludeOrImport() 1995 bool IsFrameworkFound = false; in HandleHeaderIncludeOrImport() local 2022 IsFrameworkFound, IsImportDecl, IsMapped, LookupFrom, LookupFromFile, in HandleHeaderIncludeOrImport()
|