Searched refs:CanonDecl (Results 1 – 3 of 3) sorted by relevance
3537 Decl *CanonDecl = FirstLocal->getCanonicalDecl(); in loadPendingDeclChain() local3538 if (FirstLocal != CanonDecl) { in loadPendingDeclChain()3539 Decl *PrevMostRecent = ASTDeclReader::getMostRecentDecl(CanonDecl); in loadPendingDeclChain()3541 *this, FirstLocal, PrevMostRecent ? PrevMostRecent : CanonDecl, in loadPendingDeclChain()3542 CanonDecl); in loadPendingDeclChain()3546 ASTDeclReader::attachLatestDecl(CanonDecl, FirstLocal); in loadPendingDeclChain()3569 ASTDeclReader::attachPreviousDecl(*this, D, MostRecent, CanonDecl); in loadPendingDeclChain()3572 ASTDeclReader::attachLatestDecl(CanonDecl, MostRecent); in loadPendingDeclChain()
848 const Decl *CanonDecl = R.Declaration->getCanonicalDecl(); in MaybeAddResult() local849 unsigned IDNS = CanonDecl->getIdentifierNamespace(); in MaybeAddResult()870 if (ND->getCanonicalDecl() == CanonDecl) { in MaybeAddResult()913 if (!AllDeclsFound.insert(CanonDecl).second) in MaybeAddResult()
2710 const FunctionDecl *CanonDecl = cast<FunctionDecl>(FD->getCanonicalDecl()); in getFunctionForwardDeclaration() local2712 std::make_tuple(CanonDecl), in getFunctionForwardDeclaration()