Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/
H A Dimplicit-exception-spec.cpp32 …struct Nested { // expected-note {{implicit default constructor for 'InClassInitializers::Nested::… struct
35 …))>::f(); // expected-note {{implicit default constructor for 'InClassInitializers::Nested' first …
39 …ested2 { // expected-error {{implicit default constructor for 'InClassInitializers::Nested2' must …
53 struct Nested { struct
54 struct T {
56 } t; // expected-error{{exception specification is not available until end of class definition}}
H A Ddefault2.cpp63 struct Nested { struct
70 static int c;
H A Dms-friend-lookup.cpp88 class Nested { class in friend_as_a_forward_decl::A
H A Dnested-name-spec.cpp113 namespace Nested { namespace
H A Dwarn-thread-safety-analysis.cpp3399 struct Nested { struct in ExprMatchingBugFix::Bar
3400 Foo* foo;
3401 Nested(Foo* f) : foo(f) { } in Nested() function
H A Ddllimport.cpp442 struct Nested { struct
H A Ddllexport.cpp521 struct Nested { struct
/minix3/external/bsd/llvm/dist/clang/test/CXX/temp/temp.spec/
H A Dp5.cpp39 struct Nested { struct
40 Nested() {} in Nested() argument
/minix3/external/bsd/llvm/dist/clang/test/CodeGenCXX/
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
270 …scallcc void @"\01?virtualDef@Nested@ImportMembers@@UAEXXZ"(%"struct.ImportMembers::Nested"* %this)
299 __declspec(dllimport) virtual void virtualInclass() {} in virtualInclass()
325 …llcc void @"\01?protectedNormalDecl@Nested@ImportMembers@@IAEXXZ"(%"struct.ImportMembers::Nested"*)
371 void ImportMembers::Nested::normalDef() {} // dllimport ignored in normalDef()
H A Ddllexport-members.cpp151 struct ExportMembers::Nested { struct in ExportMembers
173 …scallcc void @"\01?virtualDef@Nested@ExportMembers@@UAEXXZ"(%"struct.ExportMembers::Nested"* %this)
207 …allcc void @"\01?protectedDef@Nested@ExportMembers@@IAEXXZ"(%"struct.ExportMembers::Nested"* %this)
251 void ExportMembers::Nested::normalDef() {} in normalDef()
H A Dcxx11-exception-spec.cpp110 template<typename T> struct Nested { struct
H A Dmangle-ms-templates.cpp13 class Nested { }; class
/minix3/external/bsd/llvm/dist/clang/test/PCH/
H A Dstruct.h28 struct Nested { int x, y; } nest; argument
/minix3/external/bsd/llvm/dist/clang/test/CXX/special/class.init/class.base.init/
H A Dp8-0x.cpp51 struct Nested { struct
52 Nested() {} in Nested() function
53 union {
/minix3/external/bsd/llvm/dist/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
/minix3/external/bsd/llvm/dist/clang/test/SemaTemplate/
H A Dnested-template.cpp7 struct Nested { struct
8 typedef T type;
H A Dpack-deduction.cpp7 namespace Nested { namespace
H A Ddependent-base-classes.cpp40 class Nested { }; class
/minix3/external/bsd/llvm/dist/clang/test/CXX/drs/
H A Ddr3xx.cpp115 template<typename> struct Nested { struct
116 template<typename> struct Nested {}; struct
/minix3/external/bsd/llvm/dist/clang/test/Analysis/
H A Dderived-to-base.cpp309 namespace Nested { namespace
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaStmt.cpp3399 Stmt *Nested) in BuildMSDependentExistsStmt()
3411 Stmt *Nested) { in ActOnMSDependentExistsStmt()
H A DSemaExpr.cpp11902 const bool Nested, in captureInBlock()
12268 bool Nested = Var->isInitCapture(); in tryCaptureVariable() local
H A DTreeTransform.h1681 Stmt *Nested) { in RebuildMSDependentExistsStmt()