/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/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/lib/AST/ |
DeclObjC.cpp | 358 ObjCMethodDecl *Redecl = 0; 363 Redecl = ImplD->getMethod(getSelector(), isInstanceMethod()); 367 Redecl = ImplD->getMethod(getSelector(), isInstanceMethod()); 372 Redecl = IFD->getMethod(getSelector(), isInstanceMethod()); 377 Redecl = CatD->getMethod(getSelector(), isInstanceMethod()); 380 return Redecl ? Redecl : this; [all...] |
Decl.cpp | [all...] |
/external/clang/lib/Serialization/ |
ASTWriter.cpp | [all...] |
ASTWriterDecl.cpp | 726 assert(D->getPreviousDeclaration() == 0 && "PARM_VAR_DECL can't be redecl"); [all...] |
/external/clang/lib/Sema/ |
SemaDecl.cpp | [all...] |
SemaLookup.cpp | [all...] |