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

Declarations

tools/clang/include/clang/AST/ExprCXX.h
  200   CXXMethodDecl *getMethodDecl() const;

References

tools/clang/lib/AST/Expr.cpp
 1941         return MCE->getMethodDecl();
 2977     if (MCE->getMethodDecl() && isa<CXXConversionDecl>(MCE->getMethodDecl()))
 2977     if (MCE->getMethodDecl() && isa<CXXConversionDecl>(MCE->getMethodDecl()))
tools/clang/lib/AST/StmtPrinter.cpp
 1683   CXXMethodDecl *MD = Node->getMethodDecl();
tools/clang/lib/Analysis/Consumed.cpp
  804   CXXMethodDecl* MD = Call->getMethodDecl();
tools/clang/lib/Analysis/ThreadSafety.cpp
 2036     const CXXMethodDecl *MD = CE->getMethodDecl();
tools/clang/lib/Analysis/ThreadSafetyCommon.cpp
  405     if (ME->getMethodDecl()->getNameAsString() == "get" &&
tools/clang/lib/CodeGen/CGCoroutine.cpp
  135             CE->getMethodDecl()->getType()->getAs<FunctionProtoType>())
tools/clang/lib/CodeGen/CodeGenModule.cpp
 2650       CXXMethodDecl *M = E->getMethodDecl();
tools/clang/lib/Sema/AnalysisBasedWarnings.cpp
  210         !MCE->getMethodDecl()->isVirtual())
tools/clang/lib/Sema/SemaCoroutine.cpp
 1407     auto *MethodDecl = MbrRef->getMethodDecl();
tools/clang/lib/Sema/SemaDeclCXX.cpp
12204     if (CE && CE->getMethodDecl()->isTrivial() && Depth)
tools/clang/lib/Sema/SemaOpenMP.cpp
14401         OOK = MCE->getMethodDecl()
tools/clang/lib/Sema/SemaOverload.cpp
13552       TheCall->getMethodDecl()->isPure()) {
13553     const CXXMethodDecl *MD = TheCall->getMethodDecl();
13570           dyn_cast<CXXDestructorDecl>(TheCall->getMethodDecl())) {
tools/clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp
 3248               OS << MemCallE->getMethodDecl()->getNameAsString();
tools/clang/tools/extra/clang-tidy/bugprone/NotNullTerminatedResultCheck.cpp
  204     if (const CXXMethodDecl *DestMD = DestExpr->getMethodDecl())
  208     if (const CXXMethodDecl *SrcMD = SrcExpr->getMethodDecl())
  212     if (const CXXMethodDecl *LengthMD = LengthExpr->getMethodDecl())
tools/clang/tools/extra/clang-tidy/modernize/LoopConvertCheck.cpp
  789         BeginCall->getMethodDecl()->getReturnType().getCanonicalType();
tools/clang/tools/extra/clang-tidy/modernize/LoopConvertUtils.cpp
  405     const auto *MDecl = MemCall->getMethodDecl();
tools/clang/tools/extra/clang-tidy/performance/InefficientVectorOperationCheck.cpp
  229     llvm::StringRef FieldName = ProtoAddFieldCall->getMethodDecl()->getName();
  262               << AppendCall->getMethodDecl()->getDeclName();
tools/clang/tools/extra/clang-tidy/readability/SimplifyBooleanExprCheck.cpp
  159                 dyn_cast<CXXConversionDecl>(MemCall->getMethodDecl())) {
tools/clang/unittests/Tooling/RecursiveASTVisitorTests/CXXMemberCall.cpp
   19     Match(Call->getMethodDecl()->getQualifiedNameAsString(),