Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclVisitor.h27 template <typename T> struct make_const_ptr { typedef const T *type; }; struct
DCommentVisitor.h20 template <typename T> struct make_const_ptr { typedef const T *type; }; struct
DStmtVisitor.h27 template <typename T> struct make_const_ptr { typedef const T *type; }; struct