Home
last modified time | relevance | path

Searched refs:getCorrespondingMethodInClass (Results 1 – 11 of 11) sorted by relevance

/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DParentVirtualCallCheck.cpp46 MemberDecl.getCorrespondingMethodInClass(BaseDecl); in getParentsByGrandParent()
/external/clang/include/clang/AST/
DDeclCXX.h1890 getCorrespondingMethodInClass(const CXXRecordDecl *RD,
1894 getCorrespondingMethodInClass(const CXXRecordDecl *RD,
1897 ->getCorrespondingMethodInClass(RD, MayBeBase);
/external/llvm-project/clang/include/clang/AST/
DDeclCXX.h2108 getCorrespondingMethodInClass(const CXXRecordDecl *RD,
2112 getCorrespondingMethodInClass(const CXXRecordDecl *RD,
2115 ->getCorrespondingMethodInClass(RD, MayBeBase);
/external/llvm-project/clang/lib/AST/
DDeclCXX.cpp2138 CXXMethodDecl::getCorrespondingMethodInClass(const CXXRecordDecl *RD, in getCorrespondingMethodInClass() function in CXXMethodDecl
2168 if (CXXMethodDecl *D = this->getCorrespondingMethodInClass(Base)) in getCorrespondingMethodInClass()
2227 getCorrespondingMethodInClass(BestDynamicDecl); in getDevirtualizedMethod()
/external/clang/lib/StaticAnalyzer/Core/
DCallEvent.cpp501 const CXXMethodDecl *Result = MD->getCorrespondingMethodInClass(RD, true); in getRuntimeDefinition()
/external/clang/lib/AST/
DDeclCXX.cpp1488 CXXMethodDecl::getCorrespondingMethodInClass(const CXXRecordDecl *RD, in getCorrespondingMethodInClass() function in CXXMethodDecl
1520 CXXMethodDecl *T = this->getCorrespondingMethodInClass(Base); in getCorrespondingMethodInClass()
DDecl.cpp2936 if (Ret && !(MD && MD->getCorrespondingMethodInClass(Ret, true))) { in getUnusedResultAttr()
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DCallEvent.cpp749 const CXXMethodDecl *Result = MD->getCorrespondingMethodInClass(RD, true); in getRuntimeDefinition()
/external/clang/lib/CodeGen/
DCGExprCXX.cpp144 DevirtualizedMethod = MD->getCorrespondingMethodInClass(BestDynamicDecl); in EmitCXXMemberOrOperatorMemberCallExpr()
/external/llvm-project/clang/lib/CodeGen/
DCGExprCXX.cpp220 DevirtualizedMethod = MD->getCorrespondingMethodInClass(BestDynamicDecl); in EmitCXXMemberOrOperatorMemberCallExpr()
/external/clang/lib/Sema/
DSemaExpr.cpp14017 CXXMethodDecl *DM = MD->getCorrespondingMethodInClass(MostDerivedClassDecl); in MarkExprReferenced()