Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/
DSelection.h141 const Node &outerImplicit() const;
DSelection.cpp874 const SelectionTree::Node &SelectionTree::Node::outerImplicit() const { in outerImplicit() function in clang::clangd::SelectionTree::Node
876 return Parent->outerImplicit(); in outerImplicit()
DHover.cpp718 const auto &OuterNode = N->outerImplicit(); in maybeAddCalleeArgInfo()
/external/llvm-project/clang-tools-extra/clangd/refactor/tweaks/
DExtractVariable.cpp324 const SelectionTree::Node &MaybeCallee = DeclRef->outerImplicit(); in getCallExpr()
385 const SelectionTree::Node &OuterImplicit = N->outerImplicit(); in eligibleForExtraction()
/external/llvm-project/clang-tools-extra/clangd/unittests/
DSelectionTests.cpp633 EXPECT_EQ("CXXConstructExpr", nodeKind(&Str->outerImplicit())); in TEST()