Searched defs:CtorDecl (Results 1 – 10 of 10) sorted by relevance
46 if (const auto *CtorDecl = dyn_cast<CXXConstructorDecl>(FoundDecl)) in getCanonicalSymbolDeclaration() local165 for (const auto *CtorDecl : RecordDecl->ctors()) in addUSRsOfCtorDtors() local
192 const CXXConstructorDecl *CtorDecl = CtorCall->getDecl(); in checkPostCall() local
136 const auto *CtorDecl = dyn_cast_or_null<CXXConstructorDecl>( in checkEndFunction() local453 getConstructedRegion(const CXXConstructorDecl *CtorDecl, in getConstructedRegion()
374 const NamedDecl *CtorDecl = &findDecl(AST, [](const NamedDecl &ND) { in TEST() local437 const NamedDecl *CtorDecl = &findDecl(AST, [](const NamedDecl &ND) { in TEST() local
161 reorderFieldsInConstructor(const CXXConstructorDecl * CtorDecl,ArrayRef<unsigned> NewFieldsOrder,ASTContext & Context,std::map<std::string,tooling::Replacements> & Replacements) reorderFieldsInConstructor() argument
274 if (const auto *CtorDecl = dyn_cast<CXXConstructorDecl>(&FD)) getReferencedDecls() local
332 Matcher<Decl> CtorDecl = constructMatcher( in TEST_F() local
285 if (auto *CtorDecl = dyn_cast<CXXConstructorDecl>(D)) { IsFunctionTrivial() local
617 CXXConstructorDecl *CtorDecl = cast<CXXConstructorDecl>(Best->Function); PerformEmptyInit() local 4464 CXXConstructorDecl *CtorDecl = cast<CXXConstructorDecl>(Best->Function); TryConstructorInitialization() local 9041 CXXConstructorDecl *CtorDecl = cast<CXXConstructorDecl>(Best->Function); Diagnose() local [all...]
1451 const auto *CtorDecl = CE->getConstructor(); isTrivialCopyOrMoveCtor() local