Searched refs:CanonDecl (Results 1 – 3 of 3) sorted by relevance
4113 Decl *CanonDecl = FirstLocal->getCanonicalDecl(); in loadPendingDeclChain() local4114 if (FirstLocal != CanonDecl) { in loadPendingDeclChain()4115 Decl *PrevMostRecent = ASTDeclReader::getMostRecentDecl(CanonDecl); in loadPendingDeclChain()4117 *this, FirstLocal, PrevMostRecent ? PrevMostRecent : CanonDecl, in loadPendingDeclChain()4118 CanonDecl); in loadPendingDeclChain()4122 ASTDeclReader::attachLatestDecl(CanonDecl, FirstLocal); in loadPendingDeclChain()4157 ASTDeclReader::attachPreviousDecl(*this, D, MostRecent, CanonDecl); in loadPendingDeclChain()4160 ASTDeclReader::attachLatestDecl(CanonDecl, MostRecent); in loadPendingDeclChain()
1109 const Decl *CanonDecl = R.Declaration->getCanonicalDecl(); in MaybeAddResult() local1110 unsigned IDNS = CanonDecl->getIdentifierNamespace(); in MaybeAddResult()1131 if (ND->getCanonicalDecl() == CanonDecl) { in MaybeAddResult()1174 if (!AllDeclsFound.insert(CanonDecl).second) in MaybeAddResult()
3830 const FunctionDecl *CanonDecl = FD->getCanonicalDecl(); in getFunctionFwdDeclOrStub() local3832 std::make_tuple(CanonDecl), in getFunctionFwdDeclOrStub()