Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Lex/
H A DHeaderSearch.h418 bool *IsMapped, bool *IsFrameworkFound, bool SkipCache = false,
H A DPreprocessor.h2020 bool *IsFrameworkFound, bool SkipCache = false);
/freebsd-13.1/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp814 bool *IsFrameworkFound, bool SkipCache) { in LookupFile() argument
873 /*IsFrameworkFound=*/nullptr, SkipCache)) { in LookupFile()
890 IsFrameworkFound, SkipCache, BuildSystemModule); in LookupFile()
H A DHeaderSearch.cpp760 bool *IsMapped, bool *IsFrameworkFound, bool SkipCache, in LookupFile() argument
899 if (!SkipCache && CacheLookup.StartIdx == i+1) { in LookupFile()