OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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