Home | History | Annotate | Download | only in Sema

Lines Matching defs:CD

1063   if (const CXXConstructorDecl *CD = dyn_cast<CXXConstructorDecl>(D))
1064 return CD->isCopyConstructor();
1184 CXXConstructorDecl *CD = Construct->getConstructor();
1185 if (!CD->isTrivial())
9156 CXXConstructorDecl *CD,
9158 if (!CD->isUserProvided())
9161 SourceLocation CtorLoc = CD->getLocation();
9189 CXXConstructorDecl *CD =
9191 if (CD && DiagnoseNontrivialUserProvidedCtor(*this, QT, CD, member))
9466 if (ObjCCategoryDecl *CD = dyn_cast<ObjCCategoryDecl>(CurContext)) {
9467 if (!CD->IsClassExtension())