Searched refs:ASTAction (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/clang-tools-extra/clangd/ |
D | TUScheduler.h | 92 struct ASTAction { struct 100 ASTAction() = default; argument 101 ASTAction(Kind K, llvm::StringRef Name) : K(K), Name(Name) {} in ASTAction() argument 102 Kind K = ASTAction::Idle; argument 120 ASTAction ASTActivity; argument
|
D | TUScheduler.cpp | 847 Status.ASTActivity.K = ASTAction::Building; in generateDiagnostics() 1026 Status.ASTActivity.K = ASTAction::Queued; in run() 1055 Status.ASTActivity.K = ASTAction::Queued; in run() 1063 Status.ASTActivity.K = ASTAction::RunningAction; in run() 1078 Status.ASTActivity.K = ASTAction::Idle; in run() 1183 std::string renderTUAction(const PreambleAction PA, const ASTAction &AA) { in renderTUAction() 1194 case ASTAction::Queued: in renderTUAction() 1197 case ASTAction::RunningAction: in renderTUAction() 1200 case ASTAction::Building: in renderTUAction() 1203 case ASTAction::Idle: in renderTUAction()
|
D | ClangdLSPServer.cpp | 1691 (Status.ASTActivity.K == ASTAction::Building || in onFileUpdated() 1692 Status.ASTActivity.K == ASTAction::RunningAction)) in onFileUpdated()
|
/external/llvm-project/clang-tools-extra/clangd/unittests/ |
D | TUSchedulerTests.cpp | 895 auto ASTAction = Status.ASTActivity.K; in TEST_F() local 904 if (ASTActions.empty() || ASTActions.back() != ASTAction) in TEST_F() 905 ASTActions.push_back(ASTAction); in TEST_F() 915 std::vector<ASTAction::Kind> astStatuses() { in TEST_F() 922 std::vector<ASTAction::Kind> ASTActions; in TEST_F() 956 ASTAction::RunningAction, in TEST_F() 959 ASTAction::Building, in TEST_F() 961 ASTAction::Idle, in TEST_F() 963 ASTAction::RunningAction, in TEST_F() 965 ASTAction::Idle)); in TEST_F()
|
/external/llvm-project/clang/lib/ARCMigrate/ |
D | ARCMT.cpp | 546 std::unique_ptr<ARCMTMacroTrackerAction> ASTAction; in applyTransform() local 547 ASTAction.reset(new ARCMTMacroTrackerAction(ARCMTMacroLocs)); in applyTransform() 550 std::move(CInvok), PCHContainerOps, Diags, ASTAction.get())); in applyTransform()
|
/external/clang/lib/ARCMigrate/ |
D | ARCMT.cpp | 545 std::unique_ptr<ARCMTMacroTrackerAction> ASTAction; in applyTransform() local 546 ASTAction.reset(new ARCMTMacroTrackerAction(ARCMTMacroLocs)); in applyTransform() 549 CInvok.release(), PCHContainerOps, Diags, ASTAction.get())); in applyTransform()
|