Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclCXX.h2102 CXXMethodDecl *getDevirtualizedMethod(const Expr *Base, bool IsAppleKext);
2104 const CXXMethodDecl *getDevirtualizedMethod(const Expr *Base,
2106 return const_cast<CXXMethodDecl *>(this)->getDevirtualizedMethod(
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprCXX.cpp206 MD->getDevirtualizedMethod(Base, getLangOpts().AppleKext)) { in EmitCXXMemberOrOperatorMemberCallExpr()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DDeclCXX.cpp1952 CXXMethodDecl *CXXMethodDecl::getDevirtualizedMethod(const Expr *Base, in getDevirtualizedMethod() function in CXXMethodDecl
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExpr.cpp15746 CXXMethodDecl *DM = MD->getDevirtualizedMethod( in MarkExprReferenced()
15760 !Method->getDevirtualizedMethod(Base, getLangOpts().AppleKext)) in MarkDeclRefReferenced()