Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DDirectoryLookup.h184 bool &InUserSpecifiedSystemFramework, bool &IsFrameworkFound,
192 bool &InUserSpecifiedSystemFramework, bool &IsFrameworkFound) const;
H A DHeaderSearch.h407 bool *IsMapped, bool *IsFrameworkFound, bool SkipCache = false,
H A DPreprocessor.h2018 bool *IsFrameworkFound, bool SkipCache = false);
2266 const Token &FilenameTok, bool &IsFrameworkFound, bool IsImportDecl,
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A 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()
H A DPPDirectives.cpp751 bool *IsFrameworkFound, bool SkipCache) { in LookupFile() argument
827 IsFrameworkFound, SkipCache, BuildSystemModule); in LookupFile()
1751 const Token &FilenameTok, bool &IsFrameworkFound, bool IsImportDecl, in LookupHeaderIncludeOrImport() argument
1760 &SuggestedModule, &IsMapped, &IsFrameworkFound); in LookupHeaderIncludeOrImport()
1849 if (IsFrameworkFound) { in LookupHeaderIncludeOrImport()
1928 bool IsFrameworkFound = false; in HandleHeaderIncludeOrImport() local
1955 IsFrameworkFound, IsImportDecl, IsMapped, LookupFrom, LookupFromFile, in HandleHeaderIncludeOrImport()