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

References

tools/clang/include/clang/ASTMatchers/ASTMatchers.h
 3462   return onImplicitObjectArgument(
 3470   return onImplicitObjectArgument(
tools/clang/lib/ASTMatchers/Dynamic/Registry.cpp
  455   REGISTER_MATCHER(onImplicitObjectArgument);
tools/clang/tools/extra/clang-tidy/modernize/UseEqualsDefaultCheck.cpp
  151                 onImplicitObjectArgument(
tools/clang/tools/extra/clang-tidy/performance/InefficientVectorOperationCheck.cpp
  103           onImplicitObjectArgument(declRefExpr(to(TargetVarDecl))))
tools/clang/unittests/ASTMatchers/ASTMatchersTraversalTest.cpp
  574       onImplicitObjectArgument(hasType(cxxRecordDecl(hasName("Y")))));
  579       onImplicitObjectArgument(hasType(cxxRecordDecl(hasName("X")))));
  590   auto MatchesCall = cxxMemberCallExpr(onImplicitObjectArgument(callExpr()));