Home
last modified time | relevance | path

Searched refs:outerImplicit (Results 1 – 6 of 6) sorted by relevance

/llvm-project/clang-tools-extra/clangd/
H A DSelection.h142 const Node &outerImplicit() const;
H A DSelection.cpp1130 const SelectionTree::Node &SelectionTree::Node::outerImplicit() const { in outerImplicit() function in clang::clangd::SelectionTree::Node
1132 return Parent->outerImplicit(); in outerImplicit()
H A DHover.cpp1060 const auto &OuterNode = N->outerImplicit();
/llvm-project/clang-tools-extra/clangd/refactor/tweaks/
H A DPopulateSwitch.cpp98 if (const SelectionTree::Node *Parent = CA->outerImplicit().Parent) in REGISTER_TWEAK()
H A DExtractVariable.cpp411 const SelectionTree::Node &MaybeCallee = DeclRef->outerImplicit(); in getCallExpr()
477 const SelectionTree::Node &OuterImplicit = N->outerImplicit(); in eligibleForExtraction()
609 Target->getExprNode()->outerImplicit(); in apply()
/llvm-project/clang-tools-extra/clangd/unittests/
H A DSelectionTests.cpp816 EXPECT_EQ(ICE, &Str->outerImplicit()); in TEST()