Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Lex/
H A DDirectoryLookup.h188 bool &InUserSpecifiedSystemFramework, bool &IsFrameworkFound,
196 bool &InUserSpecifiedSystemFramework, bool &IsFrameworkFound) const;
H A DHeaderSearch.h476 bool *IsMapped, bool *IsFrameworkFound, bool SkipCache = false,
H A DPreprocessor.h2238 bool *IsFrameworkFound, bool SkipCache = false);
2501 const Token &FilenameTok, bool &IsFrameworkFound, bool IsImportDecl,
/llvm-project-15.0.7/clang/unittests/Lex/
H A DHeaderSearchTest.cpp196 bool IsFrameworkFound = false; in TEST_F() local
201 /*SuggestedModule=*/nullptr, /*IsMapped=*/nullptr, &IsFrameworkFound); in TEST_F()
204 EXPECT_TRUE(IsFrameworkFound); in TEST_F()
/llvm-project-15.0.7/clang/lib/Lex/
H A DHeaderSearch.cpp433 bool &InUserSpecifiedSystemFramework, bool &IsFrameworkFound, in LookupFile() argument
462 InUserSpecifiedSystemFramework, IsFrameworkFound); in LookupFile()
571 bool &InUserSpecifiedSystemFramework, bool &IsFrameworkFound) const { in DoFrameworkLookup()
629 IsFrameworkFound = CacheEntry.Directory.has_value(); in DoFrameworkLookup()
842 bool *IsMapped, bool *IsFrameworkFound, bool SkipCache, in LookupFile() argument
850 if (IsFrameworkFound) in LookupFile()
851 *IsFrameworkFound = false; in LookupFile()
1024 if (IsFrameworkFound) in LookupFile()
1028 *IsFrameworkFound |= (IsFrameworkFoundInDir && !CacheLookup.MappedName); in LookupFile()
H A DPPDirectives.cpp952 bool *IsFrameworkFound, bool SkipCache) { in LookupFile() argument
1031 IsFrameworkFound, SkipCache, BuildSystemModule); in LookupFile()
2004 const Token &FilenameTok, bool &IsFrameworkFound, bool IsImportDecl, in LookupHeaderIncludeOrImport() argument
2013 &SuggestedModule, &IsMapped, &IsFrameworkFound); in LookupHeaderIncludeOrImport()
2080 if (IsFrameworkFound) { in LookupHeaderIncludeOrImport()
2159 bool IsFrameworkFound = false; in HandleHeaderIncludeOrImport() local
2182 IsFrameworkFound, IsImportDecl, IsMapped, LookupFrom, LookupFromFile, in HandleHeaderIncludeOrImport()