Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp4341 Decl *CanonDecl = FirstLocal->getCanonicalDecl(); in loadPendingDeclChain() local
4342 if (FirstLocal != CanonDecl) { in loadPendingDeclChain()
4343 Decl *PrevMostRecent = ASTDeclReader::getMostRecentDecl(CanonDecl); in loadPendingDeclChain()
4345 *this, FirstLocal, PrevMostRecent ? PrevMostRecent : CanonDecl, in loadPendingDeclChain()
4346 CanonDecl); in loadPendingDeclChain()
4350 ASTDeclReader::attachLatestDecl(CanonDecl, FirstLocal); in loadPendingDeclChain()
4386 ASTDeclReader::attachPreviousDecl(*this, D, MostRecent, CanonDecl); in loadPendingDeclChain()
4389 ASTDeclReader::attachLatestDecl(CanonDecl, MostRecent); in loadPendingDeclChain()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp1137 const Decl *CanonDecl = R.Declaration->getCanonicalDecl(); in MaybeAddResult() local
1138 unsigned IDNS = CanonDecl->getIdentifierNamespace(); in MaybeAddResult()
1159 if (ND->getCanonicalDecl() == CanonDecl) { in MaybeAddResult()
1202 if (!AllDeclsFound.insert(CanonDecl).second) in MaybeAddResult()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp4129 const FunctionDecl *CanonDecl = FD->getCanonicalDecl(); in getFunctionFwdDeclOrStub() local
4131 std::make_tuple(CanonDecl), in getFunctionFwdDeclOrStub()