Searched refs:NotForRedeclaration (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
| H A D | Lookup.h | 147 Sema::RedeclarationKind Redecl = Sema::NotForRedeclaration) 149 Redecl(Redecl != Sema::NotForRedeclaration), 151 Diagnose(Redecl == Sema::NotForRedeclaration) { 160 Sema::RedeclarationKind Redecl = Sema::NotForRedeclaration) 162 Redecl(Redecl != Sema::NotForRedeclaration), 164 Diagnose(Redecl == Sema::NotForRedeclaration) { 270 Redecl ? Sema::ForVisibleRedeclaration : Sema::NotForRedeclaration; in redeclarationKind() 599 Redecl = (RK != Sema::NotForRedeclaration); in setRedeclarationKind()
|
| H A D | Sema.h | 4338 NotForRedeclaration = 0, enumerator 4450 = NotForRedeclaration); 4464 = NotForRedeclaration);
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaLookup.cpp | 4428 Res = LookupSingleName(CurScope, II, Loc, LookupLabel, NotForRedeclaration); in LookupOrCreateLabel() 5840 LookupResult R(*this, Name, LookupAnyName, Sema::NotForRedeclaration); in ActOnPragmaDump()
|
| H A D | SemaExprCXX.cpp | 8887 Sema::NotForRedeclaration); in CheckMicrosoftIfExistsSymbol()
|
| H A D | SemaDecl.cpp | 16720 Redecl = NotForRedeclaration; in ActOnTag()
|