Searched defs:InUserSpecifiedSystemFramework (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Lex/
H A DHeaderSearch.cpp269 bool &InUserSpecifiedSystemFramework,
272 InUserSpecifiedSystemFramework = false;
297 SuggestedModule, InUserSpecifiedSystemFramework);
394 bool &InUserSpecifiedSystemFramework) const
450 InUserSpecifiedSystemFramework = CacheEntry.IsUserSpecifiedSystemFramework;
719 bool InUserSpecifiedSystemFramework = false; local
723 SuggestedModule, InUserSpecifiedSystemFramework,
740 if (HFI.DirInfo == SrcMgr::C_User && InUserSpecifiedSystemFramework)
263 LookupFile( StringRef &Filename, HeaderSearch &HS, SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, ModuleMap::KnownHeader *SuggestedModule, bool &InUserSpecifiedSystemFramework, bool &HasBeenMapped, SmallVectorImpl<char> &MappedName) const argument

Completed in 87 milliseconds