Searched refs:decl_type (Results 1 - 7 of 7) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DRedeclarable.h26 template<typename decl_type>
56 DeclLink(PreviousTag, decl_type *D)
68 decl_type *getNext(const decl_type *D) const {
72 return static_cast<decl_type*>(NKL.get<Previous>());
77 const_cast<decl_type *>(D));
80 return static_cast<decl_type*>(Next.get<KnownLatest>().get(D));
83 void setPrevious(decl_type *D) {
88 void setLatest(decl_type *D) {
112 static DeclLink PreviousDeclLink(decl_type *
[all...]
H A DDecl.h3747 template<typename decl_type>
3748 void Redeclarable<decl_type>::setPreviousDecl(decl_type *PrevDecl) {
3760 decl_type *MostRecent = First->getNextRedeclaration();
3761 RedeclLink = PreviousDeclLink(cast<decl_type>(MostRecent));
3765 static_cast<decl_type*>(this)->IdentifierNamespace |=
3770 First = static_cast<decl_type*>(this);
3774 First->RedeclLink.setLatest(static_cast<decl_type*>(this));
3776 assert(!isa<NamedDecl>(static_cast<decl_type*>(this)) ||
3777 cast<NamedDecl>(static_cast<decl_type*>(thi
[all...]
H A DDeclBase.h310 template<typename decl_type> friend class Redeclarable;
H A DDeclTemplate.h712 template <class decl_type> friend class RedeclarableTemplate;
/freebsd-11.0-release/contrib/gcc/cp/
H A Dpt.c1057 tree decl_type; local
1078 decl_type = TREE_TYPE (DECL_TI_TEMPLATE (decl));
1081 decl_type = TREE_TYPE (decl);
1089 if (!same_type_p (TREE_TYPE (decl_type), TREE_TYPE (friend_type)))
1095 decl_args_type = TYPE_ARG_TYPES (decl_type);
1107 tree decl_type = TREE_TYPE (decl); local
1112 = CLASSTYPE_TEMPLATE_INFO (decl_type)
1113 && PRIMARY_TEMPLATE_P (CLASSTYPE_TI_TEMPLATE (decl_type));
1122 if (DECL_NAME (CLASSTYPE_TI_TEMPLATE (decl_type))
1131 (DECL_TEMPLATE_PARMS (CLASSTYPE_TI_TEMPLATE (decl_type)),
11292 tree decl_type; local
[all...]
H A Ddecl.c9390 tree decl_type;
9400 decl_type = decl;
9404 decl_type = TREE_TYPE (decl);
9409 || decl_type == error_mark_node)
9419 || !can_convert_arg (decl_type, TREE_TYPE (arg), arg, LOOKUP_NORMAL))
9426 decl_type, TREE_TYPE (arg));
9375 tree decl_type; local
/freebsd-11.0-release/contrib/gcc/config/rs6000/
H A Drs6000-c.c2493 tree decl_type = TREE_VALUE (fnargs);
2521 if (POINTER_TYPE_P (decl_type)
2526 && !TYPE_READONLY (TREE_TYPE (decl_type)))
2491 tree decl_type = TREE_VALUE (fnargs); local

Completed in 111 milliseconds