Searched refs:InUserSpecifiedSystemFramework (Results 1 – 2 of 2) sorted by relevance
/openbsd/gnu/llvm/clang/include/clang/Lex/ |
H A D | DirectoryLookup.h | 188 bool &InUserSpecifiedSystemFramework, bool &IsFrameworkFound, 197 bool &InUserSpecifiedSystemFramework, bool &IsFrameworkFound) const;
|
/openbsd/gnu/llvm/clang/lib/Lex/ |
H A D | HeaderSearch.cpp | 454 bool &InUserSpecifiedSystemFramework, bool &IsFrameworkFound, in LookupFile() argument 457 InUserSpecifiedSystemFramework = false; in LookupFile() 484 InUserSpecifiedSystemFramework, IsFrameworkFound); in LookupFile() 593 bool &InUserSpecifiedSystemFramework, bool &IsFrameworkFound) const { in DoFrameworkLookup() argument 650 InUserSpecifiedSystemFramework = CacheEntry.IsUserSpecifiedSystemFramework; in DoFrameworkLookup() 1043 bool InUserSpecifiedSystemFramework = false; in LookupFile() local 1048 SuggestedModule, InUserSpecifiedSystemFramework, IsFrameworkFoundInDir, in LookupFile() 1080 if (HFI.DirInfo == SrcMgr::C_User && InUserSpecifiedSystemFramework) in LookupFile()
|