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 161 /// \param [out] InUserSpecifiedSystemFramework If the file is found,
168 bool &InUserSpecifiedSystemFramework) const;
  /external/clang/lib/Lex/
HeaderSearch.cpp 229 bool &InUserSpecifiedSystemFramework) const {
230 InUserSpecifiedSystemFramework = false;
267 SuggestedModule, InUserSpecifiedSystemFramework);
344 bool &InUserSpecifiedSystemFramework) const
400 InUserSpecifiedSystemFramework = CacheEntry.IsUserSpecifiedSystemFramework;
599 bool InUserSpecifiedSystemFramework = false;
602 SuggestedModule, InUserSpecifiedSystemFramework);
614 if (HFI.DirInfo == SrcMgr::C_User && InUserSpecifiedSystemFramework)
    [all...]

Completed in 168 milliseconds