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

/external/clang/lib/Serialization/
H A DASTReaderDecl.cpp1366 RedeclarableTemplateDecl *CanonD = D->getCanonicalDecl(); local
1367 if (!CanonD->Common) {
1368 CanonD->Common = CanonD->newCommon(Reader.getContext());
1369 Reader.PendingDefinitions.insert(CanonD);
1371 D->Common = CanonD->Common;

Completed in 64 milliseconds