Home
last modified time | relevance | path

Searched refs:IsFrameworkFound (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/
H A DDirectoryLookup.h192 bool &InUserSpecifiedSystemFramework, bool &IsFrameworkFound,
201 bool &InUserSpecifiedSystemFramework, bool &IsFrameworkFound) const;
H A DHeaderSearch.h499 bool *IsMapped, bool *IsFrameworkFound, bool SkipCache = false,
H A DPreprocessor.h2408 bool *IsFrameworkFound, bool SkipCache = false,
2673 const Token &FilenameTok, bool &IsFrameworkFound, bool IsImportDecl,
/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DHeaderSearch.cpp451 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 DPPDirectives.cpp957 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()