Searched defs:CtorDecl (Results 1 – 4 of 4) sorted by relevance
274 if (const auto *CtorDecl = dyn_cast<CXXConstructorDecl>(&FD)) in getReferencedDecls() local
285 if (auto *CtorDecl = dyn_cast<CXXConstructorDecl>(D)) { in IsFunctionTrivial() local
617 CXXConstructorDecl *CtorDecl = cast<CXXConstructorDecl>(Best->Function); in PerformEmptyInit() local4473 CXXConstructorDecl *CtorDecl = cast<CXXConstructorDecl>(Best->Function); in TryConstructorInitialization() local9054 CXXConstructorDecl *CtorDecl = cast<CXXConstructorDecl>(Best->Function); in Diagnose() local
1451 const auto *CtorDecl = CE->getConstructor(); in isTrivialCopyOrMoveCtor() local