Home | History | Annotate | Download | only in AST

Lines Matching refs:CDecl

387   CXXConstructorDecl *CDecl = dyn_cast<CXXConstructorDecl>(D);
403 if ((CDecl && CDecl->isExplicitSpecified()) ||
491 if (CDecl) {
493 for (const auto *BMInitializer : CDecl->inits()) {