Searched refs:InUserSpecifiedSystemFramework (Results 1 – 2 of 2) sorted by relevance
| /src/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | DirectoryLookup.h | 192 bool &InUserSpecifiedSystemFramework, bool &IsFrameworkFound, 201 bool &InUserSpecifiedSystemFramework, bool &IsFrameworkFound) const;
|
| /src/contrib/llvm-project/clang/lib/Lex/ |
| H A D | HeaderSearch.cpp | 475 bool &InUserSpecifiedSystemFramework, bool &IsFrameworkFound, in LookupFile() argument 478 InUserSpecifiedSystemFramework = false; in LookupFile() 505 InUserSpecifiedSystemFramework, IsFrameworkFound); in LookupFile() 620 bool &InUserSpecifiedSystemFramework, bool &IsFrameworkFound) const { in DoFrameworkLookup() argument 677 InUserSpecifiedSystemFramework = CacheEntry.IsUserSpecifiedSystemFramework; in DoFrameworkLookup() 1075 bool InUserSpecifiedSystemFramework = false; in LookupFile() local 1080 SuggestedModule, InUserSpecifiedSystemFramework, IsFrameworkFoundInDir, in LookupFile() 1111 if (HFI.DirInfo == SrcMgr::C_User && InUserSpecifiedSystemFramework) in LookupFile()
|