Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DHeaderSearch.h162 bool IsUserSpecifiedSystemFramework; member
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DHeaderSearch.cpp647 CacheEntry.IsUserSpecifiedSystemFramework = true; in DoFrameworkLookup()
653 InUserSpecifiedSystemFramework = CacheEntry.IsUserSpecifiedSystemFramework; in DoFrameworkLookup()