Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Lex/
H A DHeaderSearch.h153 bool IsUserSpecifiedSystemFramework; member
/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DHeaderSearch.cpp644 CacheEntry.IsUserSpecifiedSystemFramework = true; in DoFrameworkLookup()
650 InUserSpecifiedSystemFramework = CacheEntry.IsUserSpecifiedSystemFramework; in DoFrameworkLookup()