HomeSort by relevance Sort by last modified time
    Searched full:make_const_ptr (Results 1 - 1 of 1) sorted by null

  /external/clang/include/clang/AST/
StmtVisitor.h 25 template <typename T> struct make_const_ptr { typedef const T *type; }; struct in namespace:clang
185 : public StmtVisitorBase<make_const_ptr, ImplClass, RetTy> {};

Completed in 70 milliseconds