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

  /external/clang/test/SemaTemplate/
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...]
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}}
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 50 header "redecl-merge-top.h"
51 explicit module Explicit { header "redecl-merge-top-explicit.h" }
54 header "redecl-merge-left.h"
58 header "redecl-merge-left-left.h"
62 header "redecl-merge-right.h"
66 header "redecl-merge-bottom.h"
  /external/clang/test/SemaCXX/
function-overloaded-redecl.cpp 6 void f (const int); // redecl
anonymous-union.cpp 62 struct Redecl {
  /external/oprofile/libpopt/
system.h 64 /*@-redecl -redef@*/
68 /*@=redecl =redef@*/
  /external/clang/include/clang/Sema/
Lookup.h 131 Sema::RedeclarationKind Redecl = Sema::NotForRedeclaration)
139 Redecl(Redecl != Sema::NotForRedeclaration),
141 Diagnose(Redecl == Sema::NotForRedeclaration)
151 Sema::RedeclarationKind Redecl = Sema::NotForRedeclaration)
159 Redecl(Redecl != Sema::NotForRedeclaration),
161 Diagnose(Redecl == Sema::NotForRedeclaration)
177 Redecl(Other.Redecl),
    [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/PCH/
missing-file.cpp 23 #ifdef REDECL
headersearch.cpp 36 #ifdef REDECL
  /external/clang/test/Sema/
anonymous-struct-union.c 38 struct Redecl {
  /external/clang/include/clang/AST/
Redeclarable.h 137 // Sanity check to avoid infinite loop on invalid redecl chain.
140 assert(0 && "Passed first decl twice, invalid redecl chain!");
ASTContext.h     [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp 277 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);
497 RedeclarableResult Redecl = VisitRedeclarable(FD);
524 mergeRedeclarable(FD, Redecl);
676 RedeclarableResult Redecl = VisitRedeclarable(ID);
679 mergeRedeclarable(ID, Redecl);
742 RedeclarableResult Redecl = VisitRedeclarable(PD)
    [all...]
ASTWriterDecl.cpp 758 assert(D->getPreviousDecl() == 0 && "PARM_VAR_DECL can't be redecl");
    [all...]
  /external/clang/lib/AST/
DeclObjC.cpp 466 ObjCMethodDecl *Redecl = 0;
468 Redecl = const_cast<ObjCMethodDecl*>(Ctx.getObjCMethodRedeclaration(this));
469 if (Redecl)
470 return Redecl;
476 Redecl = ImplD->getMethod(getSelector(), isInstanceMethod());
480 Redecl = ImplD->getMethod(getSelector(), isInstanceMethod());
485 Redecl = IFD->getMethod(getSelector(), isInstanceMethod());
490 Redecl = CatD->getMethod(getSelector(), isInstanceMethod());
493 if (!Redecl && isRedeclaration()) {
499 return Redecl ? Redecl : this
    [all...]
Decl.cpp     [all...]
  /external/clang/lib/Sema/
SemaLookup.cpp     [all...]
SemaDecl.cpp     [all...]

Completed in 593 milliseconds