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

1 2

  /external/clang/test/Modules/
redecl-found-building-chains.cpp 2 // RUN: %clang_cc1 -fmodules -fmodules-cache-path=%t -I%S/Inputs/redecl-found-building-chains -verify %s
redecl-merge.m 30 // expected-note@Inputs/redecl-merge-left.h:93{{candidate function}}
31 // expected-note@Inputs/redecl-merge-right.h:90{{candidate function}}
82 // expected-note@Inputs/redecl-merge-left.h:60{{candidate found by name lookup is 'T2'}}
83 // expected-note@Inputs/redecl-merge-right.h:63{{candidate found by name lookup is 'T2'}}
90 // expected-note@Inputs/redecl-merge-left.h:64{{candidate function}}
91 // expected-note@Inputs/redecl-merge-right.h:70{{candidate function}}
97 // expected-note@Inputs/redecl-merge-left.h:77{{candidate found by name lookup is 'var2'}}
98 // expected-note@Inputs/redecl-merge-right.h:77{{candidate found by name lookup is 'var2'}}
100 // expected-note@Inputs/redecl-merge-left.h:79{{candidate found by name lookup is 'var3'}}
101 // expected-note@Inputs/redecl-merge-right.h:79{{candidate found by name lookup is 'var3'}
    [all...]
merge-decl-order.cpp 6 // redecl chain. If we don't, then name lookup only finds invisible friend
redecl-templates.cpp 2 // RUN: %clang_cc1 -x c++ -I %S/Inputs/redecl-templates %s -verify -std=c++14
3 // RUN: %clang_cc1 -x c++ -fmodules -fmodules-cache-path=%t -I %S/Inputs/redecl-templates %s -verify -std=c++14
  /external/clang/test/SemaCXX/
function-overloaded-redecl.cpp 6 void f (const int); // redecl
anonymous-union.cpp 63 struct Redecl {
extern-c.cpp 81 namespace redecl { namespace in namespace:linkage
function-redecl.cpp 101 // Ensure we correct the redecl of Foo::isGood to Bar::Foo::isGood and not
friend.cpp 301 // PR21851 was a problem where we assumed that when the friend function redecl
  /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 107 namespace redecl { namespace
133 template<typename T> friend struct F; // ok, redecl::F
145 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 76 module redecl_add_after_load_top { header "redecl-add-after-load-top.h" }
77 module redecl_add_after_load_decls { header "redecl-add-after-load-decls.h" }
78 module redecl_add_after_load { header "redecl-add-after-load.h" }
88 header "redecl-merge-top.h"
89 explicit module Explicit { header "redecl-merge-top-explicit.h" }
93 header "redecl-merge-left.h"
97 header "redecl-merge-left-left.h"
101 header "redecl-merge-right.h"
106 header "redecl-merge-bottom-prefix.h"
109 header "redecl-merge-bottom.h"
    [all...]
  /external/clang/test/ARCMT/Inputs/
module.map 72 module redecl_add_after_load_top { header "redecl-add-after-load-top.h" }
73 module redecl_add_after_load { header "redecl-add-after-load.h" }
83 header "redecl-merge-top.h"
84 explicit module Explicit { header "redecl-merge-top-explicit.h" }
88 header "redecl-merge-left.h"
92 header "redecl-merge-left-left.h"
96 header "redecl-merge-right.h"
101 header "redecl-merge-bottom-prefix.h"
104 header "redecl-merge-bottom.h"
  /external/clang/test/Sema/
nonnull.c 78 void redecl(void *, void *);
79 void redecl(void *, void *) __attribute__((nonnull(1)));
80 void redecl(void *, void *) __attribute__((nonnull(2)));
81 void redecl(void *, void *);
83 redecl(p, 0); // expected-warning{{null passed}}
84 redecl(0, p); // expected-warning{{null passed}}
anonymous-struct-union.c 39 struct Redecl {
  /external/clang/test/PCH/
missing-file.cpp 19 #ifdef REDECL
headersearch.cpp 38 #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),
153 Sema::RedeclarationKind Redecl = Sema::NotForRedeclaration)
161 Redecl(Redecl != Sema::NotForRedeclaration),
163 Diagnose(Redecl == Sema::NotForRedeclaration),
164 AllowHidden(Redecl == Sema::ForRedeclaration)
    [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp 338 void mergeRedeclarable(Redeclarable<T> *D, RedeclarableResult &Redecl,
343 RedeclarableResult &Redecl,
503 RedeclarableResult Redecl = VisitRedeclarable(TD);
511 return Redecl;
515 RedeclarableResult Redecl = VisitTypedefNameDecl(TD);
516 mergeRedeclarable(TD, Redecl);
520 RedeclarableResult Redecl = VisitTypedefNameDecl(TD);
525 mergeRedeclarable(TD, Redecl);
529 RedeclarableResult Redecl = VisitRedeclarable(TD);
562 mergeRedeclarable(TD, Redecl);
    [all...]
  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/
p8.cpp 77 namespace redecl { inline namespace n1 { namespace
  /external/clang/include/clang/AST/
Redeclarable.h 194 // Sanity check to avoid infinite loop on invalid redecl chain.
197 assert(0 && "Passed first decl twice, invalid redecl chain!");
  /external/clang/lib/AST/
DeclObjC.cpp 728 ObjCMethodDecl *Redecl = nullptr;
730 Redecl = const_cast<ObjCMethodDecl*>(Ctx.getObjCMethodRedeclaration(this));
731 if (Redecl)
732 return Redecl;
740 Redecl = ImplD->getMethod(getSelector(), isInstanceMethod());
745 Redecl = ImplD->getMethod(getSelector(), isInstanceMethod());
751 Redecl = IFD->getMethod(getSelector(), isInstanceMethod());
757 Redecl = CatD->getMethod(getSelector(), isInstanceMethod());
761 if (!Redecl && isRedeclaration()) {
767 return Redecl ? Redecl : this
    [all...]
Decl.cpp     [all...]

Completed in 1056 milliseconds

1 2