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

Declarations

tools/clang/include/clang/ASTMatchers/ASTMatchers.h
 1389     objcMethodDecl;

References

tools/clang/lib/ASTMatchers/Dynamic/Registry.cpp
  445   REGISTER_MATCHER(objcMethodDecl);
tools/clang/lib/StaticAnalyzer/Checkers/ObjCAutoreleaseWriteChecker.cpp
  197       objcMethodDecl(HasParamAndWritesInMarkedFuncM).bind(IsMethodBind),
tools/clang/tools/extra/clang-tidy/google/AvoidNSObjectNewCheck.cpp
  104       objcMethodDecl(isClassMethod(), isDefinition(), hasName("new"))
tools/clang/tools/extra/clang-tidy/objc/MissingHashCheck.cpp
   45       objcMethodDecl(
tools/clang/tools/extra/clang-tidy/objc/SuperSelfCheck.cpp
   84                       hasAncestor(objcMethodDecl(
tools/clang/unittests/ASTMatchers/ASTMatchersNarrowingTest.cpp
 1527     objcMethodDecl(hasName("a"), isDefinition());
tools/clang/unittests/ASTMatchers/ASTMatchersNodeTest.cpp
 1718     objcMethodDecl(hasName("protoDidThing"))));
 1721     objcMethodDecl(hasName("abc_doThing"))));
 1724     objcMethodDecl(hasName("anything"))));
tools/clang/unittests/ASTMatchers/ASTMatchersTraversalTest.cpp
  489     objcMethodDecl(isClassMethod())));
  494     objcMethodDecl(isClassMethod())));
  498     objcMethodDecl(isClassMethod())));
  503     objcMethodDecl(isClassMethod())));
  509     objcMethodDecl(isInstanceMethod())));
  514     objcMethodDecl(isInstanceMethod())));
  518     objcMethodDecl(isInstanceMethod())));
  523     objcMethodDecl(isInstanceMethod())));
  736                           objcMethodDecl(hasParameter(0, hasName("x")))));
  769                           objcMethodDecl(hasAnyParameter(hasName("x")))));