Home
last modified time | relevance | path

Searched refs:Redeclaration (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDecl.cpp6677 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 DSemaLookup.cpp214 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 DSemaDeclCXX.cpp13117 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 DDeclSpec.h1867 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 DSema.h2914 LookupResult &Previous, bool &Redeclaration);
/openbsd-src/gnu/usr.bin/perl/
H A DREADME.hpux670 =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 Dperl581delta.pod944 Redeclaration of "sendfile" with a different storage class specifier:
947 Redeclaration of "sendpath" with a different storage class specifier:
H A Dperl5220delta.pod1411 Note that the message "Redeclaration of "sendpath" with a different
/openbsd-src/gnu/llvm/clang/docs/
H A DInternalsManual.rst2103 Redeclaration Chains