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

1 2

  /external/clang/tools/libclang/
IndexBody.cpp 71 if (ObjCMethodDecl *MD = E->getMethodDecl())
  /external/clang/lib/Sema/
ScopeInfo.cpp 175 if (const ObjCMethodDecl *MD = MsgE->getMethodDecl()) {
SemaExprObjC.cpp     [all...]
AnalysisBasedWarnings.cpp 214 !MCE->getMethodDecl()->isVirtual()) {
    [all...]
SemaInit.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
CheckObjCDealloc.cpp 73 if (ME->getMethodDecl() == PD->getSetterMethodDecl() &&
IvarInvalidationChecker.cpp 610 const ObjCMethodDecl *MD = ME->getMethodDecl();
696 const ObjCMethodDecl *MD = ME->getMethodDecl();
  /external/clang/include/clang/AST/
ExprObjC.h     [all...]
ExprCXX.h 132 CXXMethodDecl *getMethodDecl() const;
    [all...]
  /external/clang/unittests/Tooling/
RecursiveASTVisitorTest.cpp 56 Match(Call->getMethodDecl()->getQualifiedNameAsString(),
  /external/clang/lib/Analysis/
ThreadSafety.cpp 324 const CXXMethodDecl *MD = CMCE->getMethodDecl()->getMostRecentDecl();
326 CallingContext LRCallCtx(CMCE->getMethodDecl());
336 if (CMCE->getMethodDecl()->getNameAsString() == "get" &&
343 unsigned Root = makeMCall(NumCallArgs, CMCE->getMethodDecl());
    [all...]
Consumed.cpp 809 CXXMethodDecl* MD = Call->getMethodDecl();
    [all...]
  /external/clang/include/clang/Sema/
Initialization.h 361 ObjCMethodDecl *getMethodDecl() const { return MethodDecl; }
    [all...]
  /external/clang/lib/AST/
ExprClassification.cpp 348 cast<ObjCMessageExpr>(E)->getMethodDecl()) {
StmtProfile.cpp 1214 VisitDecl(S->getMethodDecl());
    [all...]
Expr.cpp     [all...]
ExprCXX.cpp 549 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/
RewriteModernObjC.cpp     [all...]
RewriteObjC.cpp     [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 817 return getOriginExpr()->getMethodDecl();
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp 847 if (const ObjCMethodDecl *CompileTimeMD = E->getMethodDecl())
    [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp 248 if (E->getMethodDecl() &&
249 E->getMethodDecl()->getReturnType()->isReferenceType())
    [all...]
CGExpr.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriterStmt.cpp     [all...]

Completed in 385 milliseconds

1 2