Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
DHeaderSearch.h384 bool SkipCache = false, bool BuildSystemModule = false);
DPreprocessor.h1653 bool SkipCache = false);
/external/llvm-project/clang/include/clang/Lex/
DHeaderSearch.h407 bool *IsMapped, bool *IsFrameworkFound, bool SkipCache = false,
DPreprocessor.h2013 bool *IsFrameworkFound, bool SkipCache = false);
/external/clang/lib/Lex/
DHeaderSearch.cpp572 bool SkipCache, bool BuildSystemModule) { in LookupFile() argument
699 if (!SkipCache && CacheLookup.StartIdx == i+1) { in LookupFile()
DPPDirectives.cpp748 bool SkipCache) { in LookupFile() argument
807 SuggestedModule, SkipCache)) { in LookupFile()
823 RelativePath, RequestingModule, SuggestedModule, SkipCache, in LookupFile()
/external/llvm-project/clang/lib/Lex/
DPPDirectives.cpp727 bool *IsFrameworkFound, bool SkipCache) { in LookupFile() argument
786 /*IsFrameworkFound=*/nullptr, SkipCache)) { in LookupFile()
803 IsFrameworkFound, SkipCache, BuildSystemModule); in LookupFile()
DHeaderSearch.cpp760 bool *IsMapped, bool *IsFrameworkFound, bool SkipCache, in LookupFile() argument
899 if (!SkipCache && CacheLookup.StartIdx == i+1) { in LookupFile()
/external/llvm-project/clang-tools-extra/clangd/unittests/
DClangdTests.cpp765 auto AddDocument = [&](unsigned FileIndex, bool SkipCache) { in TEST() argument