Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DHeaderSearch.cpp269 bool &InUserSpecifiedSystemFramework, in LookupFile() argument
272 InUserSpecifiedSystemFramework = false; in LookupFile()
297 SuggestedModule, InUserSpecifiedSystemFramework); in LookupFile()
394 bool &InUserSpecifiedSystemFramework) const in DoFrameworkLookup()
450 InUserSpecifiedSystemFramework = CacheEntry.IsUserSpecifiedSystemFramework; in DoFrameworkLookup()
719 bool InUserSpecifiedSystemFramework = false; in LookupFile() local
723 SuggestedModule, InUserSpecifiedSystemFramework, in LookupFile()
740 if (HFI.DirInfo == SrcMgr::C_User && InUserSpecifiedSystemFramework) in LookupFile()
/external/clang/include/clang/Lex/
DDirectoryLookup.h176 bool &InUserSpecifiedSystemFramework,