Home
last modified time | relevance | path

Searched refs:SkipCache (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DHeaderSearch.h407 bool *IsMapped, bool *IsFrameworkFound, bool SkipCache = false,
H A DPreprocessor.h2018 bool *IsFrameworkFound, bool SkipCache = false);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPPDirectives.cpp751 bool *IsFrameworkFound, bool SkipCache) { in LookupFile() argument
810 /*IsFrameworkFound=*/nullptr, SkipCache)) { in LookupFile()
827 IsFrameworkFound, SkipCache, BuildSystemModule); in LookupFile()
H A DHeaderSearch.cpp760 bool *IsMapped, bool *IsFrameworkFound, bool SkipCache, in LookupFile() argument
899 if (!SkipCache && CacheLookup.StartIdx == i+1) { in LookupFile()