Searched refs:ConstructorCall (Results 1 – 2 of 2) sorted by relevance
106 const auto *ConstructorCall = dyn_cast<CXXConstructExpr>(CurrentSubExpr); in diagnoseThrowLocations() local112 else if (ConstructorCall && in diagnoseThrowLocations()113 ConstructorCall->getConstructor()->isCopyOrMoveConstructor()) { in diagnoseThrowLocations()118 ConstructorCall in diagnoseThrowLocations()
23 constexpr char ConstructorCall[] = "constructorCall"; variable97 .bind(ConstructorCall))))), in registerMatchers()119 Result.Nodes.getNodeAs<CXXConstructExpr>(ConstructorCall); in check()