reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/AST/DeclTemplate.h
 2287       : Decl(Decl::FriendTemplate, DC, Loc), NumParams(Params.size()),
 2290   FriendTemplateDecl(EmptyShell Empty) : Decl(Decl::FriendTemplate, Empty) {}
 2332   static bool classofKind(Kind K) { return K == Decl::FriendTemplate; }
tools/clang/lib/AST/DeclBase.cpp
  775     case FriendTemplate:
tools/clang/lib/CodeGen/CGDecl.cpp
   89   case Decl::FriendTemplate:
tools/clang/lib/Serialization/ASTCommon.cpp
  388   case Decl::FriendTemplate:
tools/clang/tools/libclang/CIndex.cpp
 6448   case Decl::FriendTemplate:
 7763     case Decl::FriendTemplate: