Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DDirectoryLookup.h182 bool &InUserSpecifiedSystemFramework, bool &IsFrameworkFound,
191 bool &InUserSpecifiedSystemFramework, bool &IsFrameworkFound) const;
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DHeaderSearch.cpp480 bool &InUserSpecifiedSystemFramework, bool &IsFrameworkFound, in LookupFile() argument
483 InUserSpecifiedSystemFramework = false; in LookupFile()
510 InUserSpecifiedSystemFramework, IsFrameworkFound); in LookupFile()
625 bool &InUserSpecifiedSystemFramework, bool &IsFrameworkFound) const { in DoFrameworkLookup() argument
682 InUserSpecifiedSystemFramework = CacheEntry.IsUserSpecifiedSystemFramework; in DoFrameworkLookup()
1076 bool InUserSpecifiedSystemFramework = false; in LookupFile() local
1081 SuggestedModule, InUserSpecifiedSystemFramework, IsFrameworkFoundInDir, in LookupFile()
1112 if (HFI.DirInfo == SrcMgr::C_User && InUserSpecifiedSystemFramework) in LookupFile()