Searched refs:SkipCache (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/ |
| H A D | HeaderSearch.h | 400 bool *IsMapped, bool SkipCache = false, bool BuildSystemModule = false);
|
| H A D | Preprocessor.h | 1858 bool *IsMapped, bool SkipCache = false);
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/ |
| H A D | PPDirectives.cpp | 663 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 D | HeaderSearch.cpp | 700 bool *IsMapped, bool SkipCache, bool BuildSystemModule) { in LookupFile() argument 834 if (!SkipCache && CacheLookup.StartIdx == i+1) { in LookupFile()
|