HomeSort by relevance Sort by last modified time
    Searched refs:getMethodDecl (Results 1 - 25 of 31) sorted by null

1 2

  /external/clang/tools/libclang/
IndexBody.cpp 71 if (ObjCMethodDecl *MD = E->getMethodDecl())
  /external/clang/lib/Sema/
ScopeInfo.cpp 164 if (const ObjCMethodDecl *MD = MsgE->getMethodDecl()) {
SemaExprObjC.cpp     [all...]
SemaInit.cpp     [all...]
SemaStmt.cpp 242 const ObjCMethodDecl *MD = ME->getMethodDecl();
    [all...]
SemaOverload.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
CheckObjCDealloc.cpp 73 if (ME->getMethodDecl() == PD->getSetterMethodDecl() &&
IvarInvalidationChecker.cpp 620 const ObjCMethodDecl *MD = ME->getMethodDecl();
706 const ObjCMethodDecl *MD = ME->getMethodDecl();
  /external/clang/unittests/Tooling/
RecursiveASTVisitorTest.cpp 44 Match(Call->getMethodDecl()->getQualifiedNameAsString(),
  /external/clang/include/clang/AST/
ExprObjC.h     [all...]
ExprCXX.h 132 CXXMethodDecl *getMethodDecl() const;
    [all...]
  /external/clang/lib/Analysis/
ThreadSafety.cpp 327 cast<CXXMethodDecl>(CMCE->getMethodDecl()->getMostRecentDecl());
329 CallingContext LRCallCtx(CMCE->getMethodDecl());
340 if (CMCE->getMethodDecl()->getNameAsString() == "get" &&
347 unsigned Root = makeMCall(NumCallArgs, CMCE->getMethodDecl());
    [all...]
  /external/clang/include/clang/Sema/
Initialization.h 351 ObjCMethodDecl *getMethodDecl() const { return MethodDecl; }
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 838 return getOriginExpr()->getMethodDecl();
    [all...]
  /external/clang/lib/AST/
ExprClassification.cpp 349 cast<ObjCMessageExpr>(E)->getMethodDecl()) {
StmtProfile.cpp 1115 VisitDecl(S->getMethodDecl());
    [all...]
Expr.cpp     [all...]
ExprCXX.cpp 487 CXXMethodDecl *CXXMemberCallExpr::getMethodDecl() const {
    [all...]
  /external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp 29 if (!Msg || Msg->isImplicit() || !Msg->getMethodDecl())
295 const ObjCMethodDecl *Method = Msg->getMethodDecl();
    [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp     [all...]
RewriteModernObjC.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriterStmt.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp 246 if (E->getMethodDecl() &&
247 E->getMethodDecl()->getResultType()->isReferenceType())
    [all...]
CGExpr.cpp     [all...]
CGObjC.cpp 304 const ObjCMethodDecl *method = E->getMethodDecl();
    [all...]

Completed in 646 milliseconds

1 2