Home
last modified time | relevance | path

Searched refs:InUserSpecifiedSystemFramework (Results 1 – 2 of 2) 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;
/llvm-project-15.0.7/clang/lib/Lex/
H A DHeaderSearch.cpp433 bool &InUserSpecifiedSystemFramework, bool &IsFrameworkFound, in LookupFile() argument
435 InUserSpecifiedSystemFramework = false; in LookupFile()
462 InUserSpecifiedSystemFramework, IsFrameworkFound); in LookupFile()
571 bool &InUserSpecifiedSystemFramework, bool &IsFrameworkFound) const { in DoFrameworkLookup() argument
628 InUserSpecifiedSystemFramework = CacheEntry.IsUserSpecifiedSystemFramework; in DoFrameworkLookup()
1007 bool InUserSpecifiedSystemFramework = false; in LookupFile() local
1012 SuggestedModule, InUserSpecifiedSystemFramework, IsFrameworkFoundInDir, in LookupFile()
1044 if (HFI.DirInfo == SrcMgr::C_User && InUserSpecifiedSystemFramework) in LookupFile()