Searched refs:InUserSpecifiedSystemFramework (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/ |
H A D | DirectoryLookup.h | 184 bool &InUserSpecifiedSystemFramework, bool &IsFrameworkFound, 192 bool &InUserSpecifiedSystemFramework, bool &IsFrameworkFound) const;
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/ |
H A D | HeaderSearch.cpp | 380 bool &InUserSpecifiedSystemFramework, bool &IsFrameworkFound, in LookupFile() argument 382 InUserSpecifiedSystemFramework = false; in LookupFile() 409 InUserSpecifiedSystemFramework, IsFrameworkFound); in LookupFile() 517 bool &InUserSpecifiedSystemFramework, bool &IsFrameworkFound) const { in DoFrameworkLookup() argument 574 InUserSpecifiedSystemFramework = CacheEntry.IsUserSpecifiedSystemFramework; in DoFrameworkLookup() 918 bool InUserSpecifiedSystemFramework = false; in LookupFile() local 923 SuggestedModule, InUserSpecifiedSystemFramework, IsFrameworkFoundInDir, in LookupFile() 952 if (HFI.DirInfo == SrcMgr::C_User && InUserSpecifiedSystemFramework) in LookupFile()
|