HomeSort by: relevance | last modified time | path
    Searched refs:InUserSpecifiedSystemFramework (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
DirectoryLookup.h 169 /// \param [out] InUserSpecifiedSystemFramework If the file is found,
184 bool &InUserSpecifiedSystemFramework, bool &IsFrameworkFound,
192 bool &InUserSpecifiedSystemFramework, bool &IsFrameworkFound) const;
  /src/external/apache2/llvm/dist/clang/lib/Lex/
HeaderSearch.cpp 380 bool &InUserSpecifiedSystemFramework, bool &IsFrameworkFound,
382 InUserSpecifiedSystemFramework = false;
409 InUserSpecifiedSystemFramework, IsFrameworkFound);
517 bool &InUserSpecifiedSystemFramework, bool &IsFrameworkFound) const {
574 InUserSpecifiedSystemFramework = CacheEntry.IsUserSpecifiedSystemFramework;
918 bool InUserSpecifiedSystemFramework = false;
923 SuggestedModule, InUserSpecifiedSystemFramework, IsFrameworkFoundInDir,
952 if (HFI.DirInfo == SrcMgr::C_User && InUserSpecifiedSystemFramework)

Completed in 53 milliseconds