Home
last modified time | relevance | path

Searched defs:Invalidation (Results 1 – 5 of 5) sorted by relevance

/llvm-project/clang-tools-extra/clangd/unittests/support/
H A DFileCacheTests.cpp60 TEST(FileCacheTest, Invalidation) { in TEST() argument
/llvm-project/clang/test/Analysis/
H A Dobjc_invalidation.m240 @protocol Invalidation <NSObject> protocol
H A Dinline.cpp181 namespace Invalidation { namespace
/llvm-project/clang-tools-extra/clangd/
H A DTUScheduler.cpp973 runWithAST(llvm::StringRef Name,llvm::unique_function<void (llvm::Expected<InputsAndAST>)> Action,TUScheduler::ASTActionInvalidation Invalidation) runWithAST() argument
1330 startTask(llvm::StringRef Name,llvm::unique_function<void ()> Task,std::optional<UpdateType> Update,TUScheduler::ASTActionInvalidation Invalidation) startTask() argument
1742 runWithAST(llvm::StringRef Name,PathRef File,llvm::unique_function<void (llvm::Expected<InputsAndAST>)> Action,TUScheduler::ASTActionInvalidation Invalidation) runWithAST() argument
/llvm-project/clang-tools-extra/clangd/unittests/
H A DTUSchedulerTests.cpp378 TEST_F(TUSchedulerTests, Invalidation) { in TEST_F() argument