Home | History | Annotate | Download | only in AST

Lines Matching defs:CDecl

444   CXXConstructorDecl *CDecl = dyn_cast<CXXConstructorDecl>(D);
460 if ((CDecl && CDecl->isExplicitSpecified()) ||
548 if (CDecl) {
550 for (const auto *BMInitializer : CDecl->inits()) {