Searched refs:CanonDecl (Results 1 – 3 of 3) sorted by relevance
3405 Decl *CanonDecl = FirstLocal->getCanonicalDecl(); in loadPendingDeclChain() local3406 if (FirstLocal != CanonDecl) { in loadPendingDeclChain()3407 Decl *PrevMostRecent = ASTDeclReader::getMostRecentDecl(CanonDecl); in loadPendingDeclChain()3409 *this, FirstLocal, PrevMostRecent ? PrevMostRecent : CanonDecl, in loadPendingDeclChain()3410 CanonDecl); in loadPendingDeclChain()3414 ASTDeclReader::attachLatestDecl(CanonDecl, FirstLocal); in loadPendingDeclChain()3437 ASTDeclReader::attachPreviousDecl(*this, D, MostRecent, CanonDecl); in loadPendingDeclChain()3440 ASTDeclReader::attachLatestDecl(CanonDecl, MostRecent); in loadPendingDeclChain()
831 const Decl *CanonDecl = R.Declaration->getCanonicalDecl(); in MaybeAddResult() local832 unsigned IDNS = CanonDecl->getIdentifierNamespace(); in MaybeAddResult()853 if (ND->getCanonicalDecl() == CanonDecl) { in MaybeAddResult()896 if (!AllDeclsFound.insert(CanonDecl).second) in MaybeAddResult()
2516 const FunctionDecl *CanonDecl = cast<FunctionDecl>(FD->getCanonicalDecl()); in getFunctionForwardDeclaration() local2518 std::make_tuple(CanonDecl), in getFunctionForwardDeclaration()