Searched refs:Redeclaration (Results 1 – 9 of 9) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaDecl.cpp | 6677 bool Redeclaration = D.isRedeclaration(); in ActOnTypedefDeclarator() local 6678 NamedDecl *ND = ActOnTypedefNameDecl(S, DC, NewTD, Previous, Redeclaration); in ActOnTypedefDeclarator() 6679 D.setRedeclaration(Redeclaration); in ActOnTypedefDeclarator() 6725 LookupResult &Previous, bool &Redeclaration) { in ActOnTypedefNameDecl() argument 6736 Redeclaration = true; in ActOnTypedefNameDecl() 6742 if (ShadowedDecl && !Redeclaration) in ActOnTypedefNameDecl() 11153 bool &Redeclaration, in CheckTargetCausesMultiVersioning() argument 11185 Redeclaration = true; in CheckTargetCausesMultiVersioning() 11250 Redeclaration = false; in CheckTargetCausesMultiVersioning() 11274 bool &Redeclaration, NamedDecl *&OldDecl, LookupResult &Previous) { in CheckMultiVersionAdditionalDecl() argument [all …]
|
| H A D | SemaLookup.cpp | 214 bool Redeclaration) { in getIDNS() argument 225 if (Redeclaration) in getIDNS() 228 if (Redeclaration) in getIDNS() 235 assert(!Redeclaration && "cannot do redeclaration operator lookup"); in getIDNS() 248 if (Redeclaration) in getIDNS() 274 assert(Redeclaration && "should only be used for redecl lookup"); in getIDNS()
|
| H A D | SemaDeclCXX.cpp | 13117 bool Redeclaration = false; in ActOnAliasDeclaration() local 13139 Redeclaration = true; in ActOnAliasDeclaration() 13205 ActOnTypedefNameDecl(S, CurContext, NewTD, Previous, Redeclaration); in ActOnAliasDeclaration()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
| H A D | DeclSpec.h | 1867 unsigned Redeclaration : 1; variable 1951 Redeclaration(false), Extension(false), ObjCIvar(false), in Declarator() 2671 void setRedeclaration(bool Val) { Redeclaration = Val; } in setRedeclaration() 2672 bool isRedeclaration() const { return Redeclaration; } in isRedeclaration()
|
| H A D | Sema.h | 2914 LookupResult &Previous, bool &Redeclaration);
|
| /openbsd-src/gnu/usr.bin/perl/ |
| H A D | README.hpux | 670 =head1 Redeclaration of "sendpath" with a different storage class specifier 676 Redeclaration of "sendfile" with a different storage class 679 Redeclaration of "sendpath" with a different storage class
|
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perl581delta.pod | 944 Redeclaration of "sendfile" with a different storage class specifier: 947 Redeclaration of "sendpath" with a different storage class specifier:
|
| H A D | perl5220delta.pod | 1411 Note that the message "Redeclaration of "sendpath" with a different
|
| /openbsd-src/gnu/llvm/clang/docs/ |
| H A D | InternalsManual.rst | 2103 Redeclaration Chains
|