Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp110 SmallVector<Decl *, 2> Redecls; in getCanonicalForwardRedeclChain() local
113 Redecls.push_back(R); in getCanonicalForwardRedeclChain()
115 Redecls.push_back(D->getFirstDecl()); in getCanonicalForwardRedeclChain()
116 std::reverse(Redecls.begin(), Redecls.end()); in getCanonicalForwardRedeclChain()
117 return Redecls; in getCanonicalForwardRedeclChain()
3474 SmallVector<Decl *, 2> Redecls = in VisitRecordDecl() local
3477 cast<CXXRecordDecl>(Redecls.front())->getTypeForDecl(); in VisitRecordDecl()
3483 for (auto *R : Redecls) { in VisitRecordDecl()
3485 if (R != Redecls.front() || in VisitRecordDecl()
3970 SmallVector<Decl *, 2> Redecls = getCanonicalForwardRedeclChain(D); in VisitFunctionDecl() local
[all …]