Home
last modified time | relevance | path

Searched defs:make_ptr (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/AST/
DDeclVisitor.h26 template <typename T> struct make_ptr { typedef T *type; }; struct
DCommentVisitor.h19 template <typename T> struct make_ptr { typedef T *type; }; struct
DStmtVisitor.h26 template <typename T> struct make_ptr { typedef T *type; }; struct