HomeSort by relevance Sort by last modified time
    Searched full:redecl (Results 1 - 25 of 25) sorted by null

  /external/clang/test/SemaCXX/
function-overloaded-redecl.cpp 6 void f (const int); // redecl
anonymous-union.cpp 62 struct Redecl {
function-redecl.cpp 99 // Ensure we correct the redecl of Foo::isGood to Bar::Foo::isGood and not
  /external/clang/test/SemaTemplate/
injected-class-name.cpp 27 void f0(const X0<T, U>&); // expected-error{{redecl}}
31 void f1(const X0<type, U_type2>&); // expected-error{{redecl}}
35 void f2(const ::X0<type, U_type2>&); // expected-error{{redecl}}
42 void f0(const X1<T, N>&); // expected-error{{redecl}}
current-instantiation.cpp 18 void f0(typename X0::T_type&); // expected-error{{redecl}}
22 void f1(typename X0<T, U>::T_type&); // expected-error{{redecl}}
26 void f2(typename X0<T_type, U_type>::T_type&); // expected-error{{redecl}}
30 void f3(typename ::X0<T_type, U_type>::T_type&); // expected-error{{redecl}}
37 void g0(typename X0::T_type&); // expected-error{{redecl}}
41 void g1(typename X0<T, U>::T_type&); // expected-error{{redecl}}
45 void g2(typename X0<T_type, U_type>::T_type&); // expected-error{{redecl}}
49 void g3(typename ::X0<T_type, U_type>::T_type&); // expected-error{{redecl}}
53 void g4(typename X1::my_T_type&); // expected-error{{redecl}}
57 void g5(typename X0::X1::my_T_type&); // expected-error{{redecl}}
    [all...]
class-template-decl.cpp 98 namespace redecl { namespace
124 template<typename T> friend struct F; // ok, redecl::F
136 template<typename T> friend struct K; // ok, redecl::K
typename-specifier-4.cpp 64 void f0(typename X0<T>::Inner<T*, T&>); // expected-error{{redecl}}
67 void f1(typename X0<T>::template Inner<T*, T&>); // expected-error{{redecl}}
70 void f2(typename X0<T>::template Inner<T*, T&>::type); // expected-error{{redecl}}
  /external/clang/test/Modules/Inputs/
module.map 72 header "redecl-merge-top.h"
73 explicit module Explicit { header "redecl-merge-top-explicit.h" }
77 header "redecl-merge-left.h"
81 header "redecl-merge-left-left.h"
85 header "redecl-merge-right.h"
90 header "redecl-merge-bottom-prefix.h"
93 header "redecl-merge-bottom.h"
  /external/oprofile/libpopt/
system.h 64 /*@-redecl -redef@*/
68 /*@=redecl =redef@*/
  /external/clang/test/PCH/
missing-file.cpp 19 #ifdef REDECL
headersearch.cpp 36 #ifdef REDECL
  /external/clang/include/clang/Sema/
Lookup.h 131 Sema::RedeclarationKind Redecl = Sema::NotForRedeclaration)
139 Redecl(Redecl != Sema::NotForRedeclaration),
141 Diagnose(Redecl == Sema::NotForRedeclaration),
142 AllowHidden(Redecl == Sema::ForRedeclaration)
152 Sema::RedeclarationKind Redecl = Sema::NotForRedeclaration)
160 Redecl(Redecl != Sema::NotForRedeclaration),
162 Diagnose(Redecl == Sema::NotForRedeclaration),
163 AllowHidden(Redecl == Sema::ForRedeclaration
    [all...]
Sema.h     [all...]
  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/
p8.cpp 77 namespace redecl { inline namespace n1 { namespace
  /external/clang/test/Sema/
anonymous-struct-union.c 38 struct Redecl {
  /external/clang/include/clang/AST/
Redeclarable.h 136 // Sanity check to avoid infinite loop on invalid redecl chain.
139 assert(0 && "Passed first decl twice, invalid redecl chain!");
ASTContext.h     [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp 276 void mergeRedeclarable(Redeclarable<T> *D, RedeclarableResult &Redecl);
409 RedeclarableResult Redecl = VisitRedeclarable(TD);
413 mergeRedeclarable(TD, Redecl);
425 RedeclarableResult Redecl = VisitRedeclarable(TD);
442 mergeRedeclarable(TD, Redecl);
498 RedeclarableResult Redecl = VisitRedeclarable(FD);
528 mergeRedeclarable(FD, Redecl);
685 RedeclarableResult Redecl = VisitRedeclarable(ID);
688 mergeRedeclarable(ID, Redecl);
751 RedeclarableResult Redecl = VisitRedeclarable(PD)
    [all...]
ASTWriterDecl.cpp 773 assert(D->getPreviousDecl() == 0 && "PARM_VAR_DECL can't be redecl");
    [all...]
  /external/clang/lib/AST/
DeclObjC.cpp 550 ObjCMethodDecl *Redecl = 0;
552 Redecl = const_cast<ObjCMethodDecl*>(Ctx.getObjCMethodRedeclaration(this));
553 if (Redecl)
554 return Redecl;
560 Redecl = ImplD->getMethod(getSelector(), isInstanceMethod());
564 Redecl = ImplD->getMethod(getSelector(), isInstanceMethod());
569 Redecl = IFD->getMethod(getSelector(), isInstanceMethod());
574 Redecl = CatD->getMethod(getSelector(), isInstanceMethod());
577 if (!Redecl && isRedeclaration()) {
583 return Redecl ? Redecl : this
    [all...]
Decl.cpp     [all...]
  /external/bison/tests/
input.at 809 AT_DATA_GRAMMAR([redecl.y],
818 AT_BISON_CHECK([redecl.y], [1], [],
819 [[redecl.y:10.10-22: error: user token number 11259375 redeclaration for HEXADECIMAL_1
820 redecl.y:9.8-16: previous declaration for DECIMAL_1
821 redecl.y:12.10-18: error: user token number 16702650 redeclaration for DECIMAL_2
822 redecl.y:11.10-22: previous declaration for HEXADECIMAL_2
    [all...]
testsuite     [all...]
  /external/clang/lib/Sema/
SemaLookup.cpp     [all...]
SemaDecl.cpp     [all...]

Completed in 695 milliseconds