reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/ASTMatchers/ASTMatchers.h
 1674     cxxUnresolvedConstructExpr;

References

tools/clang/lib/ASTMatchers/Dynamic/Registry.cpp
  194   REGISTER_MATCHER(cxxUnresolvedConstructExpr);
tools/clang/lib/Analysis/ExprMutationAnalyzer.cpp
  270       cxxUnresolvedConstructExpr(hasAnyArgument(maybeEvalCommaExpr(equalsNode(Exp)))));
tools/clang/tools/extra/clang-tidy/bugprone/UnhandledSelfAssignmentCheck.cpp
   66             hasDescendant(cxxUnresolvedConstructExpr(hasDescendant(declRefExpr(
tools/clang/unittests/AST/ASTImporterTest.cpp
 1082           binaryOperator(has(cxxUnresolvedConstructExpr())))));
 1092               binaryOperator(has(cxxUnresolvedConstructExpr())))));
tools/clang/unittests/AST/SourceLocationTest.cpp
  376       cxxUnresolvedConstructExpr(), Args, Lang_CXX11));
tools/clang/unittests/ASTMatchers/ASTMatchersTraversalTest.cpp
  410       cxxUnresolvedConstructExpr(HasArgumentY);