Home
last modified time | relevance | path

Searched defs:CtorDecl (Results 1 – 9 of 9) sorted by relevance

/external/llvm-project/clang/lib/Tooling/Refactoring/Rename/
DUSRFindingAction.cpp46 if (const auto *CtorDecl = dyn_cast<CXXConstructorDecl>(FoundDecl)) in getCanonicalSymbolDeclaration() local
167 for (const auto *CtorDecl : RecordDecl->ctors()) in addUSRsOfCtorDtors() local
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DGTestChecker.cpp193 const CXXConstructorDecl *CtorDecl = CtorCall->getDecl(); in checkPostCall() local
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
DUninitializedObjectChecker.cpp141 const auto *CtorDecl = dyn_cast_or_null<CXXConstructorDecl>( in checkEndFunction() local
458 getConstructedRegion(const CXXConstructorDecl *CtorDecl, in getConstructedRegion()
/external/llvm-project/clang-tools-extra/clangd/unittests/
DQualityTests.cpp371 const NamedDecl *CtorDecl = &findDecl(AST, [](const NamedDecl &ND) { in TEST() local
434 const NamedDecl *CtorDecl = &findDecl(AST, [](const NamedDecl &ND) { in TEST() local
/external/llvm-project/clang-tools-extra/clang-reorder-fields/
DReorderFieldsAction.cpp161 const CXXConstructorDecl *CtorDecl, ArrayRef<unsigned> NewFieldsOrder, in reorderFieldsInConstructor()
/external/clang/unittests/ASTMatchers/Dynamic/
DRegistryTest.cpp302 Matcher<Decl> CtorDecl = constructMatcher( in TEST_F() local
/external/llvm-project/clang/unittests/ASTMatchers/Dynamic/
DRegistryTest.cpp301 Matcher<Decl> CtorDecl = constructMatcher( in TEST_F() local
/external/clang/lib/Sema/
DSemaInit.cpp428 CXXConstructorDecl *CtorDecl = cast<CXXConstructorDecl>(Best->Function); in PerformEmptyInit() local
3605 CXXConstructorDecl *CtorDecl = cast<CXXConstructorDecl>(Best->Function); in TryConstructorInitialization() local
7423 CXXConstructorDecl *CtorDecl = cast<CXXConstructorDecl>(Best->Function); in Diagnose() local
/external/llvm-project/clang/lib/Sema/
DSemaInit.cpp537 CXXConstructorDecl *CtorDecl = cast<CXXConstructorDecl>(Best->Function); in PerformEmptyInit() local
4151 CXXConstructorDecl *CtorDecl = cast<CXXConstructorDecl>(Best->Function); in TryConstructorInitialization() local
9343 CXXConstructorDecl *CtorDecl = cast<CXXConstructorDecl>(Best->Function); in Diagnose() local