Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Lex/
H A DHeaderSearch.h153 bool IsUserSpecifiedSystemFramework; member
/llvm-project-15.0.7/clang/lib/Lex/
H A DHeaderSearch.cpp622 CacheEntry.IsUserSpecifiedSystemFramework = true; in DoFrameworkLookup()
628 InUserSpecifiedSystemFramework = CacheEntry.IsUserSpecifiedSystemFramework; in DoFrameworkLookup()