Searched refs:SkipCache (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/ |
H A D | HeaderSearch.h | 407 bool *IsMapped, bool *IsFrameworkFound, bool SkipCache = false,
|
H A D | Preprocessor.h | 2018 bool *IsFrameworkFound, bool SkipCache = false);
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/ |
H A D | PPDirectives.cpp | 751 bool *IsFrameworkFound, bool SkipCache) { in LookupFile() argument 810 /*IsFrameworkFound=*/nullptr, SkipCache)) { in LookupFile() 827 IsFrameworkFound, SkipCache, BuildSystemModule); in LookupFile()
|
H A D | HeaderSearch.cpp | 760 bool *IsMapped, bool *IsFrameworkFound, bool SkipCache, in LookupFile() argument 899 if (!SkipCache && CacheLookup.StartIdx == i+1) { in LookupFile()
|