Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
DASTMatchers.h115 return MyBoundNodes.getNodeAs<T>(ID); in getNodeAs()
125 return MyBoundNodes.getMap(); in getMap()
132 BoundNodes(internal::BoundNodesMap &MyBoundNodes) in BoundNodes() argument
133 : MyBoundNodes(MyBoundNodes) {} in BoundNodes()
135 internal::BoundNodesMap MyBoundNodes; variable