HomeSort by relevance Sort by last modified time
    Searched refs:InUserSpecifiedSystemFramework (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Lex/
DirectoryLookup.h 165 /// \param [out] InUserSpecifiedSystemFramework If the file is found,
176 bool &InUserSpecifiedSystemFramework,
  /external/clang/lib/Lex/
HeaderSearch.cpp 269 bool &InUserSpecifiedSystemFramework,
272 InUserSpecifiedSystemFramework = false;
297 SuggestedModule, InUserSpecifiedSystemFramework);
394 bool &InUserSpecifiedSystemFramework) const
450 InUserSpecifiedSystemFramework = CacheEntry.IsUserSpecifiedSystemFramework;
719 bool InUserSpecifiedSystemFramework = false;
723 SuggestedModule, InUserSpecifiedSystemFramework,
740 if (HFI.DirInfo == SrcMgr::C_User && InUserSpecifiedSystemFramework)
    [all...]

Completed in 465 milliseconds