HomeSort by relevance Sort by last modified time
    Searched defs:DynTypedNode (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/AST/
ASTTypeTraits.h 110 /// identity. This is useful for the fast path in DynTypedNode.
202 /// Use \c create(Node) to create a \c DynTypedNode from an AST node,
208 class DynTypedNode {
210 /// \brief Creates a \c DynTypedNode from \c Node.
212 static DynTypedNode create(const T &Node) {
225 /// in the \c DynTypedNode, and the returned pointer points at
226 /// the storage inside DynTypedNode. For those nodes, do not
227 /// use the pointer outside the scope of the DynTypedNode.
265 /// \brief Imposes an order on \c DynTypedNode.
270 bool operator<(const DynTypedNode &Other) const
    [all...]
ASTContext.h 457 typedef llvm::SmallVector<ast_type_traits::DynTypedNode, 2> ParentVector;
464 ast_type_traits::DynTypedNode *,
468 /// DynTypedNode for all keys.
470 ast_type_traits::DynTypedNode,
472 ast_type_traits::DynTypedNode *, ParentVector *>>
475 /// Container for either a single DynTypedNode or for an ArrayRef to
476 /// DynTypedNode. For use with ParentMap.
478 typedef ast_type_traits::DynTypedNode DynTypedNode;
479 llvm::AlignedCharArrayUnion<ast_type_traits::DynTypedNode,
    [all...]

Completed in 181 milliseconds