Home
last modified time | relevance | path

Searched refs:getDevirtualizedMethod (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclCXX.h2041 CXXMethodDecl *getDevirtualizedMethod(const Expr *Base, bool IsAppleKext);
2043 const CXXMethodDecl *getDevirtualizedMethod(const Expr *Base, in getDevirtualizedMethod() function
2045 return const_cast<CXXMethodDecl *>(this)->getDevirtualizedMethod( in getDevirtualizedMethod()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExprCXX.cpp219 MD->getDevirtualizedMethod(Base, getLangOpts().AppleKext)) { in EmitCXXMemberOrOperatorMemberCallExpr()
1920 Dtor->getDevirtualizedMethod( in EmitObjectDelete()
/llvm-project-15.0.7/clang/lib/AST/
H A DDeclCXX.cpp2219 CXXMethodDecl *CXXMethodDecl::getDevirtualizedMethod(const Expr *Base, in getDevirtualizedMethod() function in CXXMethodDecl
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExpr.cpp19603 CXXMethodDecl *DM = MD->getDevirtualizedMethod( in MarkExprReferenced()
19620 !Method->getDevirtualizedMethod(Base, getLangOpts().AppleKext)) in MarkDeclRefReferenced()