Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DHeaderSearch.cpp281 bool &InUserSpecifiedSystemFramework, in LookupFile() argument
284 InUserSpecifiedSystemFramework = false; in LookupFile()
310 InUserSpecifiedSystemFramework); in LookupFile()
405 bool &InUserSpecifiedSystemFramework) const { in DoFrameworkLookup()
460 InUserSpecifiedSystemFramework = CacheEntry.IsUserSpecifiedSystemFramework; in DoFrameworkLookup()
715 bool InUserSpecifiedSystemFramework = false; in LookupFile() local
719 SuggestedModule, InUserSpecifiedSystemFramework, HasBeenMapped, in LookupFile()
736 if (HFI.DirInfo == SrcMgr::C_User && InUserSpecifiedSystemFramework) in LookupFile()
/external/clang/include/clang/Lex/
DDirectoryLookup.h183 bool &InUserSpecifiedSystemFramework,