Searched refs:Nested (Results 1 - 23 of 23) sorted by relevance

/external/clang/test/CXX/temp/temp.spec/
H A Dp5.cpp36 struct Nested;
37 friend struct Nested;
39 struct Nested { struct in struct:NestedClassRedecls::X
40 Nested() {} function in struct:NestedClassRedecls::X::Nested
/external/clang/test/SemaCXX/
H A Dimplicit-exception-spec.cpp34 struct Nested { struct in namespace:InClassInitializers
36 int n = ExceptionIf<noexcept(Nested())>::f();
39 bool y = noexcept(Nested());
40 bool z = noexcept(Nested::Inner());
46 int n = ExceptionIf<noexcept(Nested())>::f();
55 struct Nested { // expected-note {{not complete}} struct in namespace:ExceptionSpecification
57 T() noexcept(!noexcept(Nested())); // expected-error{{incomplete type}}
H A Ddefault2.cpp63 struct Nested { struct in struct:Y
65 int j = c, // OK; use Y::Nested::c
68 Nested* self = this, // expected-error{{invalid use of 'this' outside of a non-static member function}}
71 Nested(int i = 42);
74 int mem7(Nested n = Nested());
H A DMicrosoftExtensions.cpp176 class Nested { class in class:friend_as_a_forward_decl::A
H A Dnested-name-spec.cpp110 namespace Nested { namespace in namespace:E
/external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
H A Dp6.cpp10 struct Nested { struct in struct:X0
20 X0<int>::Nested nested; // expected-note{{implicit instantiation first required here}}
33 struct X0<int>::Nested { }; // expected-error{{after instantiation}} struct in class:X0
/external/clang/test/CodeGenCXX/
H A Dmangle-ms-templates.cpp12 class Nested { }; class
38 Class<Nested<Typename> > c2;
40 // CHECK: call {{.*}} @"\01?method@?$Class@V?$Nested@VTypename@@@@@@QAEXXZ"
H A Dcxx11-exception-spec.cpp109 template<typename T> struct Nested { struct
117 Nested<int>().f<true, char>();
119 Nested<long>().f<false, long>();
/external/clang/test/PCH/
H A Dstruct.c28 struct Nested nested = { 1, 2 };
H A Dstruct.h28 struct Nested { int x, y; } nest; struct in struct:S
/external/clang/test/CXX/special/class.init/class.base.init/
H A Dp8-0x.cpp54 struct Nested { struct in namespace:VariantMembers
55 Nested() {} function in struct:VariantMembers::Nested
/external/clang/test/SemaTemplate/
H A Ddependent-base-classes.cpp40 class Nested { }; class in struct:PR6031::Base
48 class HasDepBase::Nested nested;
57 class NoDepBase::Nested nested; // expected-error{{no class named 'Nested' in 'NoDepBase<T>'}}
H A Dnested-template.cpp7 struct Nested { struct in struct:S::A
14 S::A<int>::Nested::type *ip = &i;
/external/qemu/distrib/sdl-1.2.15/include/
H A Dbegin_code.h35 #error Nested inclusion of begin_code.h
/external/protobuf/src/google/protobuf/
H A Drepeated_field_unittest.cc854 typedef TestAllTypes::NestedMessage Nested; typedef in class:google::protobuf::__anon10109::RepeatedFieldInsertionIteratorsTest
855 Nested nesteds[2];
856 std::vector<Nested*> nested_ptrs;
893 nested_ptrs.push_back(new Nested);
895 nested_ptrs.push_back(new Nested);
947 vector<Nested*> data;
950 Nested* new_data = new Nested;
/external/llvm/lib/Target/XCore/
H A DXCoreFrameLowering.cpp101 bool Nested = MF.getFunction()-> local
104 if (Nested) {
/external/doclava/res/assets/templates/
H A Dclass.cs33 <a href="#nestedclasses">Nested Classes</a>
280 <table id="nestedclasses" class="jd-sumtable"><tr><th colspan="12">Nested Classes</th></tr>
/external/clang/lib/Sema/
H A DSemaStmt.cpp2780 Stmt *Nested)
2784 cast<CompoundStmt>(Nested));
2792 Stmt *Nested) {
2796 Nested);
2776 BuildMSDependentExistsStmt(SourceLocation KeywordLoc, bool IsIfExists, NestedNameSpecifierLoc QualifierLoc, DeclarationNameInfo NameInfo, Stmt *Nested) argument
2788 ActOnMSDependentExistsStmt(SourceLocation KeywordLoc, bool IsIfExists, CXXScopeSpec &SS, UnqualifiedId &Name, Stmt *Nested) argument
H A DSemaExpr.cpp10503 bool Nested = false; local
10541 Nested = true;
10693 CSI->addCapture(Var, HasBlocksAttr, ByRef, Nested, Loc,
10695 Nested = true;
10777 CSI->addCapture(Var, /*IsBlock=*/false, ByRef, Nested, Loc,
10779 Nested = true;
H A DTreeTransform.h1344 Stmt *Nested) {
1346 QualifierLoc, NameInfo, Nested);
1340 RebuildMSDependentExistsStmt(SourceLocation KeywordLoc, bool IsIfExists, NestedNameSpecifierLoc QualifierLoc, DeclarationNameInfo NameInfo, Stmt *Nested) argument
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/
H A Dwizard.rb108 Complex Nested Node: (RT (SUB1[sometext] TK1) TK2 (SUB2 TK3 TK4[moretext]))
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp516 if (DIE *Nested = constructScopeDIE(TheCU, Scopes[j]))
517 Children.push_back(Nested);
/external/clang/include/clang/Sema/
H A DSema.h3152 Stmt *Nested);
3156 Stmt *Nested);

Completed in 592 milliseconds