Searched refs:getRedeclContext (Results 26 - 37 of 37) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp3242 if (!Redecl->getDeclContext()->getRedeclContext()->Equals(
3243 D->getDeclContext()->getRedeclContext()))
H A DASTReader.cpp7151 const DeclContext *DC = D->getDeclContext()->getRedeclContext();
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DItaniumMangle.cpp79 return DC->getRedeclContext();
H A DMicrosoftMangle.cpp107 return DC->getRedeclContext();
H A DASTContext.cpp10657 FD->getDeclContext()->getRedeclContext()->lookup(FD->getDeclName())) {
H A DASTImporter.cpp7958 DeclContext *ReDC = DC->getRedeclContext();
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp5250 block->getDeclContext()->getRedeclContext()->isFileContext();
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp7890 dyn_cast<CXXRecordDecl>(ND->getDeclContext()->getRedeclContext());
H A DSemaOverload.cpp9778 if (!VA->getDeclContext()->getRedeclContext()->Equals(
9779 VB->getDeclContext()->getRedeclContext()) ||
H A DSemaDeclAttr.cpp1809 const DeclContext *Ctx = D->getDeclContext()->getRedeclContext();
H A DSemaInit.cpp2323 return FD && FD->getDeclContext()->getRedeclContext()->Equals(Record);
H A DSemaExpr.cpp2205 ND->getDeclContext()->getRedeclContext());

Completed in 427 milliseconds

12