Searched refs:outerImplicit (Results 1 – 6 of 6) sorted by relevance
141 const Node &outerImplicit() const;
1099 const SelectionTree::Node &SelectionTree::Node::outerImplicit() const { in outerImplicit() function in clang::clangd::SelectionTree::Node1101 return Parent->outerImplicit(); in outerImplicit()
876 const auto &OuterNode = N->outerImplicit(); in maybeAddCalleeArgInfo()
98 if (const SelectionTree::Node *Parent = CA->outerImplicit().Parent) in REGISTER_TWEAK()
355 const SelectionTree::Node &MaybeCallee = DeclRef->outerImplicit(); in getCallExpr()428 const SelectionTree::Node &OuterImplicit = N->outerImplicit(); in eligibleForExtraction()
725 EXPECT_EQ("CXXConstructExpr", nodeKind(&Str->outerImplicit())); in TEST()