Searched refs:hasMethod (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DIvarInvalidationChecker.cpp81 bool hasMethod(const ObjCMethodDecl *MD) { function in struct:__anon3366::IvarInvalidationCheckerImpl::InvalidationInfo
598 (InvalidationMethod && I->second.hasMethod(InvalidationMethod)))
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/ASTMatchers/
H A DASTMatchers.h1410 /// line and \c recordDecl(hasMethod(hasOverloadedOperatorName("*"))) matches
1477 /// \c recordDecl(hasMethod(hasName("func"))) matches the declaration of \c A
1479 AST_MATCHER_P(CXXRecordDecl, hasMethod, internal::Matcher<CXXMethodDecl>,

Completed in 57 milliseconds