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 - 3
of
3
) sorted by null
/external/clang/include/clang/AST/
CommentVisitor.h
20
template <typename T> struct
make_const_ptr
{ typedef const T *type; };
struct in namespace:clang::comments
65
public CommentVisitorBase<
make_const_ptr
, ImplClass, RetTy> {};
DeclVisitor.h
27
template <typename T> struct
make_const_ptr
{ typedef const T *type; };
struct in namespace:clang::declvisitor
75
: public declvisitor::Base<declvisitor::
make_const_ptr
, ImplClass, RetTy> {};
StmtVisitor.h
26
template <typename T> struct
make_const_ptr
{ typedef const T *type; };
struct in namespace:clang
186
: public StmtVisitorBase<
make_const_ptr
, ImplClass, RetTy> {};
221
public OMPClauseVisitorBase <ImplClass,
make_const_ptr
, RetTy> {};
Completed in 529 milliseconds