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.cpp111 SmallVector<Decl *, 2> Redecls; in getCanonicalForwardRedeclChain() local
114 Redecls.push_back(R); in getCanonicalForwardRedeclChain()
116 Redecls.push_back(D->getFirstDecl()); in getCanonicalForwardRedeclChain()
117 std::reverse(Redecls.begin(), Redecls.end()); in getCanonicalForwardRedeclChain()
118 return Redecls; in getCanonicalForwardRedeclChain()
3203 SmallVector<Decl *, 2> Redecls = in VisitRecordDecl() local
3206 cast<CXXRecordDecl>(Redecls.front())->getTypeForDecl(); in VisitRecordDecl()
3212 for (auto *R : Redecls) { in VisitRecordDecl()
3214 if (R != Redecls.front() || in VisitRecordDecl()
3701 SmallVector<Decl *, 2> Redecls = getCanonicalForwardRedeclChain(D); in VisitFunctionDecl() local
[all …]