Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h119 return MyBoundNodes.getNodeAs<T>(ID); in getNodeAs()
129 return MyBoundNodes.getMap(); in getMap()
136 BoundNodes(internal::BoundNodesMap &MyBoundNodes) in BoundNodes() argument
137 : MyBoundNodes(MyBoundNodes) {} in BoundNodes()
139 internal::BoundNodesMap MyBoundNodes; variable