Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DDirectoryLookup.h183 bool &InUserSpecifiedSystemFramework,
194 bool &InUserSpecifiedSystemFramework) const;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DHeaderSearch.cpp337 bool &InUserSpecifiedSystemFramework, in LookupFile() argument
340 InUserSpecifiedSystemFramework = false; in LookupFile()
366 InUserSpecifiedSystemFramework); in LookupFile()
466 bool &InUserSpecifiedSystemFramework) const { in DoFrameworkLookup()
521 InUserSpecifiedSystemFramework = CacheEntry.IsUserSpecifiedSystemFramework; in DoFrameworkLookup()
853 bool InUserSpecifiedSystemFramework = false; in LookupFile() local
857 SuggestedModule, InUserSpecifiedSystemFramework, HasBeenMapped, in LookupFile()
876 if (HFI.DirInfo == SrcMgr::C_User && InUserSpecifiedSystemFramework) in LookupFile()