Home
last modified time | relevance | path

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

/external/clang/test/SemaCXX/
Ddllexport.cpp534 __declspec(dllexport) inline void normalInlineDecl();
566 void ExportMembers::normalInlineDecl() {} in normalInlineDecl() function in ExportMembers
585 __declspec(dllexport) inline void normalInlineDecl();
600 __declspec(dllexport) void ExportMemberDefs::normalInlineDecl() {} in normalInlineDecl() function in ExportMemberDefs
696 inline void normalInlineDecl(); // expected-note{{previous declaration is here}}
711 __declspec(dllexport) void MemberRedecl::normalInlineDecl() {} // expected-error{{redeclara… in normalInlineDecl() function in MemberRedecl
734 template<typename T> __declspec(dllexport) inline void normalInlineDecl();
755 template<typename T> void ExportMemberTmpl::normalInlineDecl() {} in normalInlineDecl() function in ExportMemberTmpl
771 …template<typename T> inline void normalInlineDecl(); // expected-note{{previous declaratio…
785 template<typename T> __declspec(dllexport) void MemTmplRedecl::normalInlineDecl() {} // expe… in normalInlineDecl() function in MemTmplRedecl
[all …]
Ddllimport.cpp455 __declspec(dllimport) inline void normalInlineDecl();
498 void ImportMembers::normalInlineDecl() {} in normalInlineDecl() function in ImportMembers
526 __declspec(dllimport) inline void normalInlineDecl();
541 __declspec(dllimport) void ImportMemberDefs::normalInlineDecl() {} in normalInlineDecl() function in ImportMemberDefs
651 inline void normalInlineDecl(); // expected-note{{previous declaration is here}}
673 __declspec(dllimport) void MemberRedecl::normalInlineDecl() {} // expected-error{{redeclara… in normalInlineDecl() function in MemberRedecl
724 template<typename T> __declspec(dllimport) inline void normalInlineDecl();
741 template<typename T> void ImportMemberTmpl::normalInlineDecl() {} in normalInlineDecl() function in ImportMemberTmpl
762 …template<typename T> inline void normalInlineDecl(); // expected-note{{previous declaratio…
787 template<typename T> __declspec(dllimport) void MemTmplRedecl::normalInlineDecl() {} // expe… in normalInlineDecl() function in MemTmplRedecl
[all …]
/external/clang/test/CodeGenCXX/
Ddllimport-members.cpp96 __declspec(dllimport) inline void normalInlineDecl();
200 void ImportMembers::normalInlineDecl() {} in normalInlineDecl() function in ImportMembers
212 USEMF(ImportMembers, normalInlineDecl)
268 __declspec(dllimport) inline void normalInlineDecl();
373 void ImportMembers::Nested::normalInlineDecl() {} in normalInlineDecl() function in ImportMembers::Nested
385 USEMF(ImportMembers::Nested, normalInlineDecl)
Ddllexport-members.cpp47 __declspec(dllexport) inline void normalInlineDecl();
130 void ExportMembers::normalInlineDecl() {} in normalInlineDecl() function in ExportMembers
171 __declspec(dllexport) inline void normalInlineDecl();
253 void ExportMembers::Nested::normalInlineDecl() {} in normalInlineDecl() function in ExportMembers::Nested