Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp4278 Decl *CanonDecl = FirstLocal->getCanonicalDecl(); in loadPendingDeclChain() local
4279 if (FirstLocal != CanonDecl) { in loadPendingDeclChain()
4280 Decl *PrevMostRecent = ASTDeclReader::getMostRecentDecl(CanonDecl); in loadPendingDeclChain()
4282 *this, FirstLocal, PrevMostRecent ? PrevMostRecent : CanonDecl, in loadPendingDeclChain()
4283 CanonDecl); in loadPendingDeclChain()
4287 ASTDeclReader::attachLatestDecl(CanonDecl, FirstLocal); in loadPendingDeclChain()
4322 ASTDeclReader::attachPreviousDecl(*this, D, MostRecent, CanonDecl); in loadPendingDeclChain()
4325 ASTDeclReader::attachLatestDecl(CanonDecl, MostRecent); in loadPendingDeclChain()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp1130 const Decl *CanonDecl = R.Declaration->getCanonicalDecl(); in MaybeAddResult() local
1131 unsigned IDNS = CanonDecl->getIdentifierNamespace(); in MaybeAddResult()
1152 if (ND->getCanonicalDecl() == CanonDecl) { in MaybeAddResult()
1195 if (!AllDeclsFound.insert(CanonDecl).second) in MaybeAddResult()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp3976 const FunctionDecl *CanonDecl = FD->getCanonicalDecl(); in getFunctionFwdDeclOrStub() local
3978 std::make_tuple(CanonDecl), in getFunctionFwdDeclOrStub()