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

/external/clang/include/clang/Lex/
H A DDirectoryLookup.h149 /// \param [out] InUserSpecifiedSystemFramework If the file is found,
156 bool &InUserSpecifiedSystemFramework) const;
/external/clang/lib/Lex/
H A DHeaderSearch.cpp208 bool &InUserSpecifiedSystemFramework) const {
209 InUserSpecifiedSystemFramework = false;
245 SuggestedModule, InUserSpecifiedSystemFramework);
273 bool &InUserSpecifiedSystemFramework) const
329 InUserSpecifiedSystemFramework = CacheEntry.IsUserSpecifiedSystemFramework;
503 bool InUserSpecifiedSystemFramework = false; local
506 SuggestedModule, InUserSpecifiedSystemFramework);
518 if (HFI.DirInfo == SrcMgr::C_User && InUserSpecifiedSystemFramework)

Completed in 133 milliseconds