Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DHeaderSearch.h513 bool *IsMapped, bool *IsFrameworkFound, bool SkipCache = false,
H A DPreprocessor.h2515 bool *IsFrameworkFound, bool SkipCache = false,
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DHeaderSearch.cpp896 bool *IsMapped, bool *IsFrameworkFound, bool SkipCache, in LookupFile() argument
1038 if (!SkipCache) { in LookupFile()
H A DPPDirectives.cpp984 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()