Searched refs:SkipCache (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | HeaderSearch.h | 516 bool *IsMapped, bool *IsFrameworkFound, bool SkipCache = false,
|
| H A D | Preprocessor.h | 2440 bool *IsFrameworkFound, bool SkipCache = false,
|
| /freebsd/contrib/llvm-project/clang/lib/Lex/ |
| H A D | HeaderSearch.cpp | 891 bool *IsMapped, bool *IsFrameworkFound, bool SkipCache, in LookupFile() argument 1037 if (!SkipCache) { in LookupFile()
|
| H A D | PPDirectives.cpp | 958 bool *IsFrameworkFound, bool SkipCache, bool OpenFile, bool CacheFailures) { in LookupFile() argument 1026 /*IsFrameworkFound=*/nullptr, SkipCache)) { in LookupFile() 1043 IsFrameworkFound, SkipCache, BuildSystemModule, OpenFile, CacheFailures); in LookupFile()
|