Home
last modified time | relevance | path

Searched defs:OtherCtor (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DForwardingReferenceOverloadCheck.cpp128 if (OtherCtor->isCopyOrMoveConstructor()) { in check() local
144 if (OtherCtor->isCopyOrMoveConstructor() && !OtherCtor->isDeleted() && in check() local
[all...]
/llvm-project/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
H A DUninitializedObjectChecker.cpp479 const auto *OtherCtor = dyn_cast<CXXConstructorDecl>(LC->getDecl()); in willObjectBeAnalyzedLater() local