Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Lex/
DDirectoryLookup.h184 bool &InUserSpecifiedSystemFramework, bool &IsFrameworkFound,
192 bool &InUserSpecifiedSystemFramework, bool &IsFrameworkFound) const;
DHeaderSearch.h418 bool *IsMapped, bool *IsFrameworkFound, bool SkipCache = false,
DPreprocessor.h2020 bool *IsFrameworkFound, bool SkipCache = false);
2268 const Token &FilenameTok, bool &IsFrameworkFound, bool IsImportDecl,
/freebsd-12-stable/contrib/llvm-project/clang/lib/Lex/
DHeaderSearch.cpp380 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()
DPPDirectives.cpp814 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()