Searched refs:InUserSpecifiedSystemFramework (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/clang/include/clang/Lex/ |
| H A D | DirectoryLookup.h | 188 bool &InUserSpecifiedSystemFramework, bool &IsFrameworkFound, 196 bool &InUserSpecifiedSystemFramework, bool &IsFrameworkFound) const;
|
| /llvm-project-15.0.7/clang/lib/Lex/ |
| H A D | HeaderSearch.cpp | 433 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()
|