Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DHeaderSearch.h159 bool IsUserSpecifiedSystemFramework; member
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DHeaderSearch.cpp515 CacheEntry.IsUserSpecifiedSystemFramework = true; in DoFrameworkLookup()
521 InUserSpecifiedSystemFramework = CacheEntry.IsUserSpecifiedSystemFramework; in DoFrameworkLookup()