Searched refs:CanonD (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp2038 RedeclarableTemplateDecl *CanonD = D->getCanonicalDecl(); local
2039 if (!CanonD->Common) {
2040 CanonD->Common = CanonD->newCommon(Reader.getContext());
2041 Reader.PendingDefinitions.insert(CanonD);
2043 D->Common = CanonD->Common;
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp402 const Decl *CanonD = getCanonicalDecl(); local
403 if (CanonD->Used)

Completed in 118 milliseconds