Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DHeaderSearch.h400 bool *IsMapped, bool SkipCache = false, bool BuildSystemModule = false);
H A DPreprocessor.h1858 bool *IsMapped, bool SkipCache = false);
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DPPDirectives.cpp663 ModuleMap::KnownHeader *SuggestedModule, bool *IsMapped, bool SkipCache) { in LookupFile() argument
721 SuggestedModule, /*IsMapped=*/nullptr, SkipCache)) { in LookupFile()
737 RelativePath, RequestingModule, SuggestedModule, IsMapped, SkipCache, in LookupFile()
H A DHeaderSearch.cpp700 bool *IsMapped, bool SkipCache, bool BuildSystemModule) { in LookupFile() argument
834 if (!SkipCache && CacheLookup.StartIdx == i+1) { in LookupFile()