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 279 bool &InUserSpecifiedSystemFramework,
282 InUserSpecifiedSystemFramework = false;
307 SuggestedModule, InUserSpecifiedSystemFramework);
404 bool &InUserSpecifiedSystemFramework) const
460 InUserSpecifiedSystemFramework = CacheEntry.IsUserSpecifiedSystemFramework;
719 bool InUserSpecifiedSystemFramework = false;
723 SuggestedModule, InUserSpecifiedSystemFramework,
740 if (HFI.DirInfo == SrcMgr::C_User && InUserSpecifiedSystemFramework)
    [all...]

Completed in 767 milliseconds