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

/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/Lex/
H A DDirectoryLookup.h161 /// \param [out] InUserSpecifiedSystemFramework If the file is found,
168 bool &InUserSpecifiedSystemFramework) const;
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Lex/
H A DHeaderSearch.cpp230 bool &InUserSpecifiedSystemFramework) const {
231 InUserSpecifiedSystemFramework = false;
270 SuggestedModule, InUserSpecifiedSystemFramework);
347 bool &InUserSpecifiedSystemFramework) const
403 InUserSpecifiedSystemFramework = CacheEntry.IsUserSpecifiedSystemFramework;
620 bool InUserSpecifiedSystemFramework = false; local
623 SuggestedModule, InUserSpecifiedSystemFramework);
635 if (HFI.DirInfo == SrcMgr::C_User && InUserSpecifiedSystemFramework)

Completed in 45 milliseconds