Searched refs:SkipCache (Results 1 – 9 of 9) sorted by relevance
/external/clang/include/clang/Lex/ |
D | HeaderSearch.h | 384 bool SkipCache = false, bool BuildSystemModule = false);
|
D | Preprocessor.h | 1653 bool SkipCache = false);
|
/external/llvm-project/clang/include/clang/Lex/ |
D | HeaderSearch.h | 407 bool *IsMapped, bool *IsFrameworkFound, bool SkipCache = false,
|
D | Preprocessor.h | 2013 bool *IsFrameworkFound, bool SkipCache = false);
|
/external/clang/lib/Lex/ |
D | HeaderSearch.cpp | 572 bool SkipCache, bool BuildSystemModule) { in LookupFile() argument 699 if (!SkipCache && CacheLookup.StartIdx == i+1) { in LookupFile()
|
D | PPDirectives.cpp | 748 bool SkipCache) { in LookupFile() argument 807 SuggestedModule, SkipCache)) { in LookupFile() 823 RelativePath, RequestingModule, SuggestedModule, SkipCache, in LookupFile()
|
/external/llvm-project/clang/lib/Lex/ |
D | PPDirectives.cpp | 727 bool *IsFrameworkFound, bool SkipCache) { in LookupFile() argument 786 /*IsFrameworkFound=*/nullptr, SkipCache)) { in LookupFile() 803 IsFrameworkFound, SkipCache, BuildSystemModule); in LookupFile()
|
D | HeaderSearch.cpp | 760 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/ |
D | ClangdTests.cpp | 765 auto AddDocument = [&](unsigned FileIndex, bool SkipCache) { in TEST() argument
|