Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/
H A DDirectoryLookup.h192 bool &InUserSpecifiedSystemFramework, bool &IsFrameworkFound,
201 bool &InUserSpecifiedSystemFramework, bool &IsFrameworkFound) const;
/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DHeaderSearch.cpp451 bool &InUserSpecifiedSystemFramework, bool &IsFrameworkFound, in LookupFile() argument
454 InUserSpecifiedSystemFramework = false; in LookupFile()
481 InUserSpecifiedSystemFramework, IsFrameworkFound); in LookupFile()
596 bool &InUserSpecifiedSystemFramework, bool &IsFrameworkFound) const { in DoFrameworkLookup() argument
653 InUserSpecifiedSystemFramework = CacheEntry.IsUserSpecifiedSystemFramework; in DoFrameworkLookup()
1046 bool InUserSpecifiedSystemFramework = false; in LookupFile() local
1051 SuggestedModule, InUserSpecifiedSystemFramework, IsFrameworkFoundInDir, in LookupFile()
1082 if (HFI.DirInfo == SrcMgr::C_User && InUserSpecifiedSystemFramework) in LookupFile()