Searched refs:runWithAST (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/clang-tools-extra/clangd/ |
D | ClangdServer.cpp | 384 WorkScheduler.runWithAST("PrepareRename", File, std::move(Action)); in prepareRename() 426 WorkScheduler.runWithAST("Rename", File, std::move(Action)); in rename() 482 WorkScheduler.runWithAST("EnumerateTweaks", File, std::move(Action), in enumerateTweaks() 529 WorkScheduler.runWithAST("ApplyTweak", File, std::move(Action)); in applyTweak() 541 WorkScheduler.runWithAST("Definitions", File, std::move(Action)); in locateSymbolAt() 561 WorkScheduler.runWithAST("SwitchHeaderSource", Path, std::move(Action)); in switchSourceHeader() 594 WorkScheduler.runWithAST("Highlights", File, std::move(Action), in findDocumentHighlights() 609 WorkScheduler.runWithAST("Hover", File, std::move(Action), in findHover() 624 WorkScheduler.runWithAST("Type Hierarchy", File, std::move(Action)); in typeHierarchy() 645 WorkScheduler.runWithAST("Call Hierarchy", File, std::move(Action)); in prepareCallHierarchy() [all …]
|
D | TUScheduler.h | 266 void runWithAST(llvm::StringRef Name, PathRef File,
|
D | TUScheduler.cpp | 390 runWithAST(llvm::StringRef Name, 685 void ASTWorker::runWithAST( in runWithAST() function in clang::clangd::__anon5c4233ba0311::ASTWorker 1322 void TUScheduler::runWithAST( in runWithAST() function in clang::clangd::TUScheduler 1333 It->second->Worker->runWithAST(Name, std::move(Action), Invalidation); in runWithAST()
|
/external/llvm-project/clang-tools-extra/clangd/unittests/ |
D | TUSchedulerTests.cpp | 185 S.runWithAST("", Missing, in TEST_F() 194 S.runWithAST("", Added, in TEST_F() 203 S.runWithAST("", Added, in TEST_F() 297 S.runWithAST(ID, Path, [&, ID](llvm::Expected<InputsAndAST> E) { in TEST_F() 347 S.runWithAST( in TEST_F() 371 S.runWithAST( in TEST_F() 383 S.runWithAST( in TEST_F() 394 S.runWithAST( in TEST_F() 406 S.runWithAST( in TEST_F() 485 S.runWithAST( in TEST_F() [all …]
|