Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DSelection.h141 const Node &outerImplicit() const;
H A DSelection.cpp1099 const SelectionTree::Node &SelectionTree::Node::outerImplicit() const { in outerImplicit() function in clang::clangd::SelectionTree::Node
1101 return Parent->outerImplicit(); in outerImplicit()
H A DHover.cpp876 const auto &OuterNode = N->outerImplicit(); in maybeAddCalleeArgInfo()
/llvm-project-15.0.7/clang-tools-extra/clangd/refactor/tweaks/
H A DPopulateSwitch.cpp98 if (const SelectionTree::Node *Parent = CA->outerImplicit().Parent) in REGISTER_TWEAK()
H A DExtractVariable.cpp355 const SelectionTree::Node &MaybeCallee = DeclRef->outerImplicit(); in getCallExpr()
428 const SelectionTree::Node &OuterImplicit = N->outerImplicit(); in eligibleForExtraction()
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DSelectionTests.cpp725 EXPECT_EQ("CXXConstructExpr", nodeKind(&Str->outerImplicit())); in TEST()