Searched refs:NotForRedeclaration (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/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() 573 Redecl = (RK != Sema::NotForRedeclaration); in setRedeclarationKind()
|
| H A D | Sema.h | 3969 NotForRedeclaration = 0, enumerator 4081 = NotForRedeclaration); 4095 = NotForRedeclaration);
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaLookup.cpp | 4105 Res = LookupSingleName(CurScope, II, Loc, LookupLabel, NotForRedeclaration); in LookupOrCreateLabel() 5509 LookupResult R(*this, Name, LookupAnyName, Sema::NotForRedeclaration); in ActOnPragmaDump()
|
| H A D | SemaExprCXX.cpp | 8530 Sema::NotForRedeclaration); in CheckMicrosoftIfExistsSymbol()
|
| H A D | SemaDecl.cpp | 15589 Redecl = NotForRedeclaration; in ActOnTag()
|