Searched refs:SkipCache (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | HeaderSearch.h | 499 bool *IsMapped, bool *IsFrameworkFound, bool SkipCache = false,
|
| H A D | Preprocessor.h | 2408 bool *IsFrameworkFound, bool SkipCache = false,
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Lex/ |
| H A D | PPDirectives.cpp | 957 bool *IsFrameworkFound, bool SkipCache, bool OpenFile, bool CacheFailures) { in LookupFile() argument 1025 /*IsFrameworkFound=*/nullptr, SkipCache)) { in LookupFile() 1042 IsFrameworkFound, SkipCache, BuildSystemModule, OpenFile, CacheFailures); in LookupFile()
|
| H A D | HeaderSearch.cpp | 867 bool *IsMapped, bool *IsFrameworkFound, bool SkipCache, in LookupFile() argument 1008 if (!SkipCache) { in LookupFile()
|