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.h2752 NotForRedeclaration = 0, enumerator
2847 = NotForRedeclaration);
2859 = NotForRedeclaration);
/external/clang/lib/Sema/
DSemaExprMember.cpp675 : Sema::NotForRedeclaration}; in LookupMemberExprInRecord()
DSemaLookup.cpp3735 Res = LookupSingleName(CurScope, II, Loc, LookupLabel, NotForRedeclaration); in LookupOrCreateLabel()
5111 LookupResult R(*this, Name, LookupAnyName, Sema::NotForRedeclaration); in ActOnPragmaDump()
DSemaExprCXX.cpp7103 Sema::NotForRedeclaration); in CheckMicrosoftIfExistsSymbol()
DSemaDecl.cpp12363 Redecl = NotForRedeclaration; in ActOnTag()