Home
last modified time | relevance | path

Searched defs:Nested (Results 1 – 25 of 75) sorted by relevance

123

/llvm-project/clang/test/CodeGenCXX/
H A Dattr-retain.cpp20 struct Nested { struct
23 void __attribute__((retain)) f0() {} in f0()
24 void __attribute__((used, retain)) f1() {} in f1()
H A Ddllexport-members.cpp156 struct ExportMembers::Nested { struct in ExportMembers
174 __declspec(dllexport) void normalInclass() {} in normalInclass()
195 __declspec(dllexport) virtual void virtualInclass() {} in virtualInclass()
208 __declspec(dllexport) static void staticInclass() {} in staticInclass()
258 void ExportMembers::Nested::normalDef() {} in normalDef()
H A Dattr-used.cpp13 struct Nested { struct
15 void __attribute__((used)) f() {} in f()
H A Ddllimport-members.cpp237 struct ImportMembers::Nested { struct in ImportMembers
266 __declspec(dllimport) void normalInclass() {} in normalInclass()
299 __declspec(dllimport) virtual void virtualInclass() {} in virtualInclass()
321 __declspec(dllimport) static void staticInclass() {} in staticInclass()
371 void ImportMembers::Nested::normalDef() {} // dllimport ignored in normalDef()
H A Ddebug-info-ms-abi.cpp11 struct Nested {}; struct
/llvm-project/clang/test/SemaCXX/
H A Dimplicit-exception-spec.cpp32 struct Nested { struct
33 struct Inner { // expected-error {{default member initializer for 'n' needed}}
36 } inner; // expected-note {{in evaluation of exception spec}}
49 struct Nested { struct
50 struct T {
52 } t; // expected-error{{exception specification is not available until end of class definition}}
H A Ddefault2.cpp64 struct Nested { struct
71 static int c;
/llvm-project/clang/test/CXX/temp/temp.spec/
H A Dp5.cpp39 struct Nested { struct
40 Nested() {} in Nested() function
/llvm-project/libcxx/test/std/numerics/bit/bit.cast/
H A Dbit_cast.pass.cpp46 struct Nested { T x; }; in test_roundtrip_through_nested_T() argument
270 struct Nested { char buffer[sizeof(int)]; }; in basic_constexpr_test() argument
/llvm-project/clang/test/PCH/
H A Dstruct.h28 struct Nested { int x, y; } nest; argument
/llvm-project/lldb/test/API/lang/cpp/class-loading-via-member-typedef/
H A Dmain.cpp8 struct Nested { struct
18 StructWithNested::Nested<int>::OtherTypedef m; argument
/llvm-project/lldb/test/Shell/SymbolFile/DWARF/x86/Inputs/ModuleOwnership/
H A DA.h13 struct Nested { struct
14 StructB fromb;
/llvm-project/clang/test/CXX/special/class.init/class.base.init/
H A Dp8-0x.cpp51 struct Nested { struct
52 Nested() {} in Nested() argument
53 union {
/llvm-project/clang/test/SemaTemplate/
H A Dpr52970.cpp12 struct Nested { struct
13 int b;
H A Dnested-template.cpp7 struct Nested { struct
8 typeS::A::Nested global() argument
/llvm-project/clang/test/CXX/temp/temp.spec/temp.expl.spec/
H A Dp6.cpp10 struct Nested { struct
33 struct X0<int>::Nested { }; // expected-error{{after instantiation}} struct in X0
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dconvert-member-functions-to-static.cpp51 struct Nested { in static_nested() struct
52 int Foo; in static_nested()
53 int getFoo() { return Foo; } in static_nested()
58 struct Nested { in write_nested() struct
59 int Foo; in write_nested()
60 int getFoo() { return Foo; } in write_nested()
/llvm-project/llvm/test/DebugInfo/PDB/Inputs/
H A Devery-class.cpp20 struct Nested { struct
21 struct F {};
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/Inputs/loop-convert/
H A Dstructures.h207 struct Nested { struct
208 typedef IteratorType* iterator;
209 typedef const IteratorType* const_iterator;
/llvm-project/clang/test/ASTMerge/namespace/Inputs/
H A Dnamespace2.cpp20 namespace Nested { namespace
/llvm-project/llvm/test/tools/dsymutil/X86/
H A Dodr-uniquing.cpp25 struct Nested {}; struct
/llvm-project/llvm/test/tools/dsymutil/X86/DWARFLinkerParallel/
H A Dodr-uniquing.cpp31 struct Nested {}; struct
/llvm-project/clang/test/Analysis/
H A DNewDeleteLeaks.cpp200 struct Nested { struct
201 int buf[2];
H A Dpadding_cpp.cpp182 struct Nested { struct
183 char c1;
184 T t;
185 char c2;
/llvm-project/lldb/test/API/lang/cpp/unique-types2/
H A Dmain.cpp7 template <class U> class Nested { class

123