Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DHeaderSearch.cpp475 bool &InUserSpecifiedSystemFramework, bool &IsFrameworkFound, in LookupFile() argument
478 InUserSpecifiedSystemFramework = false; in LookupFile()
505 InUserSpecifiedSystemFramework, IsFrameworkFound); in LookupFile()
620 bool &InUserSpecifiedSystemFramework, bool &IsFrameworkFound) const { in DoFrameworkLookup() argument
677 InUserSpecifiedSystemFramework = CacheEntry.IsUserSpecifiedSystemFramework; in DoFrameworkLookup()
1075 bool InUserSpecifiedSystemFramework = false; in LookupFile() local
1080 SuggestedModule, InUserSpecifiedSystemFramework, IsFrameworkFoundInDir, in LookupFile()
1111 if (HFI.DirInfo == SrcMgr::C_User && InUserSpecifiedSystemFramework) in LookupFile()