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.h516 bool *IsMapped, bool *IsFrameworkFound, bool SkipCache = false,
H A DPreprocessor.h2440 bool *IsFrameworkFound, bool SkipCache = false,
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DHeaderSearch.cpp891 bool *IsMapped, bool *IsFrameworkFound, bool SkipCache, in LookupFile() argument
1037 if (!SkipCache) { in LookupFile()
H A DPPDirectives.cpp958 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()