Home | History | Annotate | Download | only in AST

Lines Matching refs:CDecl

481     if (CXXConstructorDecl *CDecl = dyn_cast<CXXConstructorDecl>(D)) {
483 for (CXXConstructorDecl::init_const_iterator B = CDecl->init_begin(),
484 E = CDecl->init_end();