Home
last modified time | relevance | path

Searched refs:staticInlineDecl (Results 1 – 4 of 4) sorted by relevance

/external/clang/test/SemaCXX/
Ddllexport.cpp554 __declspec(dllexport) static inline void staticInlineDecl();
582 void ExportMembers::staticInlineDecl() {} in staticInlineDecl() function in ExportMembers
601 __declspec(dllexport) static inline void staticInlineDecl();
616 __declspec(dllexport) void ExportMemberDefs::staticInlineDecl() {} in staticInlineDecl() function in ExportMemberDefs
712 static inline void staticInlineDecl(); // expected-note{{previous declaration is here}}
727 __declspec(dllexport) void MemberRedecl::staticInlineDecl() {} // expected-error{{redeclara… in staticInlineDecl() function in MemberRedecl
754 template<typename T> __declspec(dllexport) static inline void staticInlineDecl();
773 template<typename T> void ExportMemberTmpl::staticInlineDecl() {} in staticInlineDecl() function in ExportMemberTmpl
789 …template<typename T> static inline void staticInlineDecl(); // expected-note{{previous declaratio…
803 template<typename T> __declspec(dllexport) void MemTmplRedecl::staticInlineDecl() {} // expe… in staticInlineDecl() function in MemTmplRedecl
[all …]
Ddllimport.cpp550 __declspec(dllimport) static inline void staticInlineDecl();
607 void ImportMembers::staticInlineDecl() {} in staticInlineDecl() function in ImportMembers
625 __declspec(dllimport) static inline void staticInlineDecl();
642 __declspec(dllimport) void ImportMemberDefs::staticInlineDecl() {} in staticInlineDecl() function in ImportMemberDefs
767 static inline void staticInlineDecl(); // expected-note{{previous declaration is here}}
791 __declspec(dllimport) void MemberRedecl::staticInlineDecl() {} // expected-error{{redeclara… in staticInlineDecl() function in MemberRedecl
838 template<typename T> __declspec(dllimport) static inline void staticInlineDecl();
855 template<typename T> void ImportMemberTmpl::staticInlineDecl() {} in staticInlineDecl() function in ImportMemberTmpl
876 …template<typename T> static inline void staticInlineDecl(); // expected-note{{previous declaratio…
907 template<typename T> __declspec(dllimport) void MemTmplRedecl::staticInlineDecl() {} // expe… in staticInlineDecl() function in MemTmplRedecl
[all …]
/external/clang/test/CodeGenCXX/
Ddllimport-members.cpp150 __declspec(dllimport) static inline void staticInlineDecl();
206 void ImportMembers::staticInlineDecl() {} in staticInlineDecl() function in ImportMembers
222 USEMF(ImportMembers, staticInlineDecl)
323 __declspec(dllimport) static inline void staticInlineDecl();
379 void ImportMembers::Nested::staticInlineDecl() {} in staticInlineDecl() function in ImportMembers::Nested
395 USEMF(ImportMembers::Nested, staticInlineDecl)
Ddllexport-members.cpp84 __declspec(dllexport) static inline void staticInlineDecl();
140 void ExportMembers::staticInlineDecl() {} in staticInlineDecl() function in ExportMembers
210 __declspec(dllexport) static inline void staticInlineDecl();
266 void ExportMembers::Nested::staticInlineDecl() {} in staticInlineDecl() function in ExportMembers::Nested