Home
last modified time | relevance | path

Searched refs:ArrowToken (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DNodes.cpp37 case syntax::NodeRole::ArrowToken: in operator <<()
411 return cast_or_null<syntax::Leaf>(findChild(syntax::NodeRole::ArrowToken)); in getArrowToken()
H A DBuildTree.cpp1644 Builder.markChildToken(Arrow, syntax::NodeRole::ArrowToken); in buildTrailingReturn()
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Syntax/
H A DNodes.h69 ArrowToken, enumerator