Home
last modified time | relevance | path

Searched refs:InUserSpecifiedSystemFramework (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DDirectoryLookup.h184 bool &InUserSpecifiedSystemFramework, bool &IsFrameworkFound,
192 bool &InUserSpecifiedSystemFramework, bool &IsFrameworkFound) const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DHeaderSearch.cpp380 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()