Home
last modified time | relevance | path

Searched refs:NotForRedeclaration (Results 1 – 6 of 6) sorted by relevance

/external/clang/include/clang/Sema/
DLookup.h131 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()
DSema.h2678 NotForRedeclaration = 0, enumerator
2773 = NotForRedeclaration);
2785 = NotForRedeclaration);
/external/clang/lib/Sema/
DSemaExprMember.cpp661 : Sema::NotForRedeclaration}; in LookupMemberExprInRecord()
DSemaLookup.cpp3649 Res = LookupSingleName(CurScope, II, Loc, LookupLabel, NotForRedeclaration); in LookupOrCreateLabel()
DSemaExprCXX.cpp6816 Sema::NotForRedeclaration); in CheckMicrosoftIfExistsSymbol()
DSemaDecl.cpp11923 Redecl = NotForRedeclaration; in ActOnTag()