Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DDirectoryLookup.h182 bool &InUserSpecifiedSystemFramework, bool &IsFrameworkFound,
191 bool &InUserSpecifiedSystemFramework, bool &IsFrameworkFound) const;
H A DHeaderSearch.h513 bool *IsMapped, bool *IsFrameworkFound, bool SkipCache = false,
H A DPreprocessor.h2515 bool *IsFrameworkFound, bool SkipCache = false,
2830 const Token &FilenameTok, bool &IsFrameworkFound, bool IsImportDecl,
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DHeaderSearch.cpp480 bool &InUserSpecifiedSystemFramework, bool &IsFrameworkFound, in LookupFile() argument
510 InUserSpecifiedSystemFramework, IsFrameworkFound); in LookupFile()
625 bool &InUserSpecifiedSystemFramework, bool &IsFrameworkFound) const { in DoFrameworkLookup()
683 IsFrameworkFound = CacheEntry.Directory.has_value(); in DoFrameworkLookup()
896 bool *IsMapped, bool *IsFrameworkFound, bool SkipCache, in LookupFile() argument
904 if (IsFrameworkFound) in LookupFile()
905 *IsFrameworkFound = false; in LookupFile()
1093 if (IsFrameworkFound) in LookupFile()
1097 *IsFrameworkFound |= (IsFrameworkFoundInDir && !CacheLookup.MappedName); in LookupFile()
H A DPPDirectives.cpp984 bool *IsFrameworkFound, bool SkipCache, bool OpenFile, bool CacheFailures) { in LookupFile() argument
1069 IsFrameworkFound, SkipCache, BuildSystemModule, OpenFile, CacheFailures); in LookupFile()
2132 const Token &FilenameTok, bool &IsFrameworkFound, bool IsImportDecl, in LookupHeaderIncludeOrImport() argument
2154 &SuggestedModule, &IsMapped, &IsFrameworkFound); in LookupHeaderIncludeOrImport()
2228 if (IsFrameworkFound) { in LookupHeaderIncludeOrImport()
2307 bool IsFrameworkFound = false; in HandleHeaderIncludeOrImport() local
2330 IsFrameworkFound, IsImportDecl, IsMapped, LookupFrom, LookupFromFile, in HandleHeaderIncludeOrImport()