Searched defs:DynTypedNode (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
H A DASTTypeTraits.h156 /// Use \c create(Node) to create a \c DynTypedNode from an AST node,
162 class DynTypedNode { class in namespace:clang::ast_type_traits
164 /// \brief Creates a \c DynTypedNode from \c Node.
166 static DynTypedNode create(const T &Node) {
179 /// in the \c DynTypedNode, and the returned pointer points at
180 /// the storage inside DynTypedNode. For those nodes, do not
181 /// use the pointer outside the scope of the DynTypedNode.
205 /// \brief Imposes an order on \c DynTypedNode.
210 bool operator<(const DynTypedNode &Other) const {
214 bool operator==(const DynTypedNode
[all...]

Completed in 62 milliseconds