Searched refs:SkipCache (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | HeaderSearch.h | 513 bool *IsMapped, bool *IsFrameworkFound, bool SkipCache = false,
|
| H A D | Preprocessor.h | 2515 bool *IsFrameworkFound, bool SkipCache = false,
|
| /freebsd/contrib/llvm-project/clang/lib/Lex/ |
| H A D | HeaderSearch.cpp | 896 bool *IsMapped, bool *IsFrameworkFound, bool SkipCache, in LookupFile() argument 1038 if (!SkipCache) { in LookupFile()
|
| H A D | PPDirectives.cpp | 984 bool *IsFrameworkFound, bool SkipCache, bool OpenFile, bool CacheFailures) { in LookupFile() argument 1052 /*IsFrameworkFound=*/nullptr, SkipCache)) { in LookupFile() 1069 IsFrameworkFound, SkipCache, BuildSystemModule, OpenFile, CacheFailures); in LookupFile()
|