• Home
  • Raw
  • Download

Lines Matching full:here

48 // expected-note@+2{{previous attribute is here}}
50 …clspec(dllimport) extern int ExternGlobalDeclInit; // expected-note{{previous declaration is here}}
59 // expected-note@+2{{previous attribute is here}}
61 __declspec(dllimport) int GlobalDeclInit; // expected-note{{previous declaration is here}}
70 // expected-note@+2{{previous attribute is here}}
72 …_attribute__((dllimport)) GlobalDeclChunkAttrInit; // expected-note{{previous declaration is here}}
81 // expected-note@+2{{previous attribute is here}}
83 int GlobalDeclAttrInit __attribute__((dllimport)); // expected-note{{previous declaration is here}}
104 …lRedecl3; // expected-note{{previous declaration is here}} expected-note{{previous attribute is he…
107 extern int GlobalRedecl4; // expected-note{{previous declaration is here}}
111 extern int GlobalRedecl5; // expected-note{{previous declaration is here}}
134 __declspec(dllimport) float LocalRedecl1; // expected-note{{previous declaration is here}}
135 __declspec(dllimport) float LocalRedecl2; // expected-note{{previous declaration is here}}
136 __declspec(dllimport) float LocalRedecl3; // expected-note{{previous declaration is here}}
169 // expected-note@+3{{previous attribute is here}}
172 …lspec(dllimport) extern int ExternVarTmplDeclInit; // expected-note{{previous declaration is here}}
182 // expected-note@+3{{previous attribute is here}}
185 __declspec(dllimport) int VarTmplDeclInit; // expected-note{{previous declaration is here}}
201 …lRedecl3; // expected-note{{previous declaration is here}} expected-note{{previous attribute is he…
204 …> extern int VarTmplRedecl4; // expected-note{{previous declaration is here}}
291 …edecl2(); // expected-note{{previous declaration is here}} expected-note{{previous attribute is he…
295 // expected-note@+2{{previous attribute is here}}
297 … __declspec(dllimport) void redecl3(); // expected-note{{previous declaration is here}}
306 void redecl4(); // expected-note{{previous declaration is here}}
310 void redecl5(); // expected-note{{previous declaration is here}}
315 void redecl6(); // expected-note{{previous declaration is here}}
325 …riend2(); // expected-note{{previous declaration is here}} expected-note{{previous attribute is he…
327 // expected-note@+2{{previous attribute is here}}
329 friend __declspec(dllimport) void friend3(); // expected-note{{previous declaration is here}}
330 friend void friend4(); // expected-note{{previous declaration is here}}
332 // expected-note@+2{{previous declaration is here}}
352 …riend6(); // expected-note{{previous declaration is here}} expected-note{{previous attribute is he…
370 // here which is irrelevant. But because the delete keyword is parsed later
412 …edecl2(); // expected-note{{previous declaration is here}} expected-note{{previous attribute is he…
415 …edecl3(); // expected-note{{previous declaration is here}} expected-note{{previous attribute is he…
418 …e T> void funcTmplRedecl4(); // expected-note{{previous declaration is here}}
422 …e T> void funcTmplRedecl5(); // expected-note{{previous declaration is here}}
429 …riend2(); // expected-note{{previous declaration is here}} expected-note{{previous attribute is he…
430 …riend3(); // expected-note{{previous declaration is here}} expected-note{{previous attribute is he…
431 …iend void funcTmplFriend4(); // expected-note{{previous declaration is here}}
516 // expected-note@+2{{previous attribute is here}}
518 __declspec(dllimport) void normalDef(); // expected-note{{previous declaration is here}}
522 // expected-note@+5{{previous attribute is here}}
527 __declspec(dllimport) void normalDef(); // expected-note{{previous declaration is here}}
532 // expected-note@+5{{previous attribute is here}}
537 __declspec(dllimport) virtual void virtualDef(); // expected-note{{previous declaration is here}}
542 // expected-note@+5{{previous attribute is here}}
547 __declspec(dllimport) static void staticDef(); // expected-note{{previous declaration is here}}
560 __declspec(dllimport) static int StaticFieldDef; // expected-note{{attribute is here}}
562 …_declspec(dllimport) static const int StaticConstFieldDef; // expected-note{{attribute is here}}
566 …clspec(dllimport) constexpr static int ConstexprFieldDef = 1; // expected-note{{attribute is here}}
645 …pected-error{{definition of dllimport static field not allowed}} expected-note{{attribute is here}}
646 …pected-error{{definition of dllimport static field not allowed}} expected-note{{attribute is here}}
647 …pected-error{{definition of dllimport static field not allowed}} expected-note{{attribute is here}}
715 // expected-note@+2{{previous attribute is here}}
717 __declspec(dllimport) ~ImportDefaultedDefs(); // expected-note{{previous declaration is here}}
721 // expected-note@+2{{previous declaration is here}}
728 // expected-note@+2{{previous attribute is here}}
730 …tDefaultedDefs &operator=(ImportDefaultedDefs &&); // expected-note{{previous declaration is here}}
762 void normalDef(); // expected-note{{previous declaration is here}}
763 inline void normalInlineDecl(); // expected-note{{previous declaration is here}}
764 virtual void virtualDef(); // expected-note{{previous declaration is here}}
765 virtual inline void virtualInlineDecl(); // expected-note{{previous declaration is here}}
766 static void staticDef(); // expected-note{{previous declaration is here}}
767 static inline void staticInlineDecl(); // expected-note{{previous declaration is here}}
770 // expected-note@+4{{previous declaration is here}}
771 // expected-note@+4{{previous declaration is here}}
772 // expected-note@+4{{previous declaration is here}}
778 static int StaticField; // expected-note{{previous declaration is here}}
779 static const int StaticConstField; // expected-note{{previous declaration is here}}
780 constexpr static int ConstexprField = 1; // expected-note{{previous declaration is here}}
807 … // expected-note@-2{{attribute is here}}
810 … // expected-note@-2{{attribute is here}}
813 … // expected-note@-2{{attribute is here}}
823 …malDef(); // expected-note{{previous declaration is here}} expected-note{{previous attribute is he…
826 …ticDef(); // expected-note{{previous declaration is here}} expected-note{{previous attribute is he…
842 …e T> __declspec(dllimport) static int StaticFieldDef; // expected-note{{attribute is here}}
844 …__declspec(dllimport) static const int StaticConstFieldDef; // expected-note{{attribute is here}}
848 …clspec(dllimport) constexpr static int ConstexprFieldDef = 1; // expected-note{{attribute is here}}
873 …ypename T> void normalDef(); // expected-note{{previous declaration is here}}
874 …ypename T> inline void normalInlineDecl(); // expected-note{{previous declaration is here}}
875 …ypename T> static void staticDef(); // expected-note{{previous declaration is here}}
876 …ypename T> static inline void staticInlineDecl(); // expected-note{{previous declaration is here}}
879 // expected-note@+3{{previous declaration is here}}
880 // expected-note@+3{{previous declaration is here}}
886 …ypename T> static int StaticField; // expected-note{{previous declaration is here}}
887 …ypename T> static const int StaticConstField; // expected-note{{previous declaration is here}}
888 …pename T> constexpr static int ConstexprField = 1; // expected-note{{previous declaration is here}}
912 … // expected-note@-2{{attribute is here}}
915 … // expected-note@-2{{attribute is here}}
918 … // expected-note@-2{{attribute is here}}
1046 … // expected-note@-2{{attribute is here}}
1065 … // expected-note@-2{{attribute is here}}
1080 // expected-note@+2{{previous attribute is here}}
1082 __declspec(dllimport) void normalDef(); // expected-note{{previous declaration is here}}
1086 // expected-note@+2{{previous attribute is here}}
1088 __declspec(dllimport) virtual void virtualDef(); // expected-note{{previous declaration is here}}
1092 // expected-note@+2{{previous attribute is here}}
1094 __declspec(dllimport) static void staticDef(); // expected-note{{previous declaration is here}}
1120 __declspec(dllimport) static int StaticFieldDef; // expected-note{{attribute is here}}
1122 …_declspec(dllimport) static const int StaticConstFieldDef; // expected-note{{attribute is here}}
1126 …clspec(dllimport) constexpr static int ConstexprFieldDef = 1; // expected-note{{attribute is here}}
1129 // NB: MSVC is inconsistent here and disallows *InlineDef on class templates,
1176 void normalDef(); // expected-note{{previous declaration is here}}
1177 inline void normalInlineDecl(); // expected-note{{previous declaration is here}}
1178 virtual void virtualDef(); // expected-note{{previous declaration is here}}
1179 virtual inline void virtualInlineDecl(); // expected-note{{previous declaration is here}}
1180 static void staticDef(); // expected-note{{previous declaration is here}}
1181 static inline void staticInlineDecl(); // expected-note{{previous declaration is here}}
1184 // expected-note@+4{{previous declaration is here}}
1185 // expected-note@+4{{previous declaration is here}}
1186 // expected-note@+4{{previous declaration is here}}
1192 static int StaticField; // expected-note{{previous declaration is here}}
1193 static const int StaticConstField; // expected-note{{previous declaration is here}}
1194 constexpr static int ConstexprField = 1; // expected-note{{previous declaration is here}}
1219 … // expected-note@-2{{attribute is here}}
1222 … // expected-note@-2{{attribute is here}}
1225 … // expected-note@-2{{attribute is here}}
1236 …malDef(); // expected-note{{previous declaration is here}} expected-note{{previous attribute is he…
1239 …ticDef(); // expected-note{{previous declaration is here}} expected-note{{previous attribute is he…
1255 …e U> __declspec(dllimport) static int StaticFieldDef; // expected-note{{attribute is here}}
1257 …__declspec(dllimport) static const int StaticConstFieldDef; // expected-note{{attribute is here}}
1261 …clspec(dllimport) constexpr static int ConstexprFieldDef = 1; // expected-note{{attribute is here}}
1287 …ypename U> void normalDef(); // expected-note{{previous declaration is here}}
1288 …ypename U> inline void normalInlineDecl(); // expected-note{{previous declaration is here}}
1289 …ypename U> static void staticDef(); // expected-note{{previous declaration is here}}
1290 …ypename U> static inline void staticInlineDecl(); // expected-note{{previous declaration is here}}
1293 // expected-note@+3{{previous declaration is here}}
1294 // expected-note@+3{{previous declaration is here}}
1300 …ypename U> static int StaticField; // expected-note{{previous declaration is here}}
1301 …ypename U> static const int StaticConstField; // expected-note{{previous declaration is here}}
1302 …pename U> constexpr static int ConstexprField = 1; // expected-note{{previous declaration is here}}
1324 … // expected-note@-2{{attribute is here}}
1327 … // expected-note@-2{{attribute is here}}
1330 … // expected-note@-2{{attribute is here}}
1350 // expected-note@+5{{previous attribute is here}}
1351 // expected-note@+4{{previous attribute is here}}
1361 // expected-note@+5{{previous attribute is here}}
1362 // expected-note@+4{{previous attribute is here}}
1374 …ate <> struct __declspec(dllimport) S<int> { static int x; }; // expected-note{{attribute is here}}
1430 …cted-note@+2{{class template 'ExplicitlySpecializedTemplate<int>' was explicitly specialized here}}
1440 // expected-note@+2{{class template 'ExplicitlyInstantiatedTemplate<int>' was instantiated here}}
1450 // expected-note@+2{{attribute is here}}
1462 // expected-note@+2{{attribute is here}}