Searched refs:FriendTemplate (Results 1 – 13 of 13) sorted by relevance
/external/llvm-project/clang/test/SemaCXX/ |
D | anonymous-struct.cpp | 86 } FriendTemplate; // expected-note {{type is given name 'FriendTemplate' for linkage purposes by th… typedef
|
/external/clang/include/clang/Basic/ |
D | DeclNodes.td | 85 def FriendTemplate : Decl;
|
/external/llvm-project/clang/include/clang/Basic/ |
D | DeclNodes.td | 95 def FriendTemplate : DeclNode<Decl>;
|
/external/clang/lib/Serialization/ |
D | ASTCommon.cpp | 300 case Decl::FriendTemplate: in isRedeclarableDeclKind()
|
/external/llvm-project/clang/lib/Serialization/ |
D | ASTCommon.cpp | 407 case Decl::FriendTemplate: in isRedeclarableDeclKind()
|
/external/clang/include/clang/AST/ |
D | DeclTemplate.h | 2165 : 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/ |
D | DeclTemplate.h | 2461 : 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/ |
D | DeclBase.cpp | 670 case FriendTemplate: in getIdentifierNamespaceForKind()
|
/external/llvm-project/clang/lib/AST/ |
D | DeclBase.cpp | 823 case FriendTemplate: in getIdentifierNamespaceForKind()
|
/external/clang/lib/CodeGen/ |
D | CGDecl.cpp | 83 case Decl::FriendTemplate: in EmitDecl()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGDecl.cpp | 94 case Decl::FriendTemplate: in EmitDecl()
|
/external/clang/tools/libclang/ |
D | CIndex.cpp | 5779 case Decl::FriendTemplate: in clang_getCursorDefinition() 6938 case Decl::FriendTemplate: in getDeclLanguage()
|
/external/llvm-project/clang/tools/libclang/ |
D | CIndex.cpp | 6563 case Decl::FriendTemplate: in clang_getCursorDefinition() 7869 case Decl::FriendTemplate: in getDeclLanguage()
|