Searched refs:IsFrameworkFound (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/clang/include/clang/Lex/ |
D | DirectoryLookup.h | 184 bool &InUserSpecifiedSystemFramework, bool &IsFrameworkFound, 192 bool &InUserSpecifiedSystemFramework, bool &IsFrameworkFound) const;
|
D | HeaderSearch.h | 407 bool *IsMapped, bool *IsFrameworkFound, bool SkipCache = false,
|
D | Preprocessor.h | 2013 bool *IsFrameworkFound, bool SkipCache = false); 2261 const Token &FilenameTok, bool &IsFrameworkFound, bool IsImportDecl,
|
/external/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 | 727 bool *IsFrameworkFound, bool SkipCache) { in LookupFile() argument 803 IsFrameworkFound, SkipCache, BuildSystemModule); in LookupFile() 1727 const Token &FilenameTok, bool &IsFrameworkFound, bool IsImportDecl, in LookupHeaderIncludeOrImport() argument 1736 &SuggestedModule, &IsMapped, &IsFrameworkFound); in LookupHeaderIncludeOrImport() 1825 if (IsFrameworkFound) { in LookupHeaderIncludeOrImport() 1904 bool IsFrameworkFound = false; in HandleHeaderIncludeOrImport() local 1931 IsFrameworkFound, IsImportDecl, IsMapped, LookupFrom, LookupFromFile, in HandleHeaderIncludeOrImport()
|