Home
last modified time | relevance | path

Searched refs:RedeclarationKind (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DLookup.h147 Sema::RedeclarationKind Redecl = Sema::NotForRedeclaration)
160 Sema::RedeclarationKind Redecl = Sema::NotForRedeclaration)
268 Sema::RedeclarationKind redeclarationKind() const { in redeclarationKind()
598 void setRedeclarationKind(Sema::RedeclarationKind RK) { in setRedeclarationKind()
H A DSema.h4335 enum RedeclarationKind { enum
4348 RedeclarationKind forRedeclarationInCurContext() { in forRedeclarationInCurContext()
4449 RedeclarationKind Redecl
4463 RedeclarationKind Redecl
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExprMember.cpp698 Sema::RedeclarationKind Redecl; in LookupMemberExprInRecord()
H A DSemaLookup.cpp3292 RedeclarationKind Redecl) { in LookupSingleName()
3301 RedeclarationKind Redecl) { in LookupProtocol()
H A DSemaDecl.cpp16718 RedeclarationKind Redecl = forRedeclarationInCurContext(); in ActOnTag()