Home
last modified time | relevance | path

Searched refs:FriendTemplate (Results 1 – 13 of 13) sorted by relevance

/external/llvm-project/clang/test/SemaCXX/
Danonymous-struct.cpp86 } FriendTemplate; // expected-note {{type is given name 'FriendTemplate' for linkage purposes by th… typedef
/external/clang/include/clang/Basic/
DDeclNodes.td85 def FriendTemplate : Decl;
/external/llvm-project/clang/include/clang/Basic/
DDeclNodes.td95 def FriendTemplate : DeclNode<Decl>;
/external/clang/lib/Serialization/
DASTCommon.cpp300 case Decl::FriendTemplate: in isRedeclarableDeclKind()
/external/llvm-project/clang/lib/Serialization/
DASTCommon.cpp407 case Decl::FriendTemplate: in isRedeclarableDeclKind()
/external/clang/include/clang/AST/
DDeclTemplate.h2165 : Decl(Decl::FriendTemplate, DC, Loc), NumParams(Params.size()),
2169 : Decl(Decl::FriendTemplate, Empty),
2212 static bool classofKind(Kind K) { return K == Decl::FriendTemplate; }
/external/llvm-project/clang/include/clang/AST/
DDeclTemplate.h2461 : Decl(Decl::FriendTemplate, DC, Loc), NumParams(Params.size()),
2464 FriendTemplateDecl(EmptyShell Empty) : Decl(Decl::FriendTemplate, Empty) {}
2506 static bool classofKind(Kind K) { return K == Decl::FriendTemplate; }
/external/clang/lib/AST/
DDeclBase.cpp670 case FriendTemplate: in getIdentifierNamespaceForKind()
/external/llvm-project/clang/lib/AST/
DDeclBase.cpp823 case FriendTemplate: in getIdentifierNamespaceForKind()
/external/clang/lib/CodeGen/
DCGDecl.cpp83 case Decl::FriendTemplate: in EmitDecl()
/external/llvm-project/clang/lib/CodeGen/
DCGDecl.cpp94 case Decl::FriendTemplate: in EmitDecl()
/external/clang/tools/libclang/
DCIndex.cpp5779 case Decl::FriendTemplate: in clang_getCursorDefinition()
6938 case Decl::FriendTemplate: in getDeclLanguage()
/external/llvm-project/clang/tools/libclang/
DCIndex.cpp6563 case Decl::FriendTemplate: in clang_getCursorDefinition()
7869 case Decl::FriendTemplate: in getDeclLanguage()