Searched refs:NotForRedeclaration (Results 1 – 6 of 6) sorted by relevance
/external/clang/include/clang/Sema/ |
D | Lookup.h | 131 Sema::RedeclarationKind Redecl = Sema::NotForRedeclaration) 139 Redecl(Redecl != Sema::NotForRedeclaration), in ResultKind() 141 Diagnose(Redecl == Sema::NotForRedeclaration), in ResultKind() 153 Sema::RedeclarationKind Redecl = Sema::NotForRedeclaration) 161 Redecl(Redecl != Sema::NotForRedeclaration), in ResultKind() 163 Diagnose(Redecl == Sema::NotForRedeclaration), in ResultKind()
|
D | Sema.h | 2752 NotForRedeclaration = 0, enumerator 2847 = NotForRedeclaration); 2859 = NotForRedeclaration);
|
/external/clang/lib/Sema/ |
D | SemaExprMember.cpp | 675 : Sema::NotForRedeclaration}; in LookupMemberExprInRecord()
|
D | SemaLookup.cpp | 3735 Res = LookupSingleName(CurScope, II, Loc, LookupLabel, NotForRedeclaration); in LookupOrCreateLabel() 5111 LookupResult R(*this, Name, LookupAnyName, Sema::NotForRedeclaration); in ActOnPragmaDump()
|
D | SemaExprCXX.cpp | 7103 Sema::NotForRedeclaration); in CheckMicrosoftIfExistsSymbol()
|
D | SemaDecl.cpp | 12363 Redecl = NotForRedeclaration; in ActOnTag()
|