Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclCXX.h2007 CXXMethodDecl *getDevirtualizedMethod(const Expr *Base, bool IsAppleKext);
2009 const CXXMethodDecl *getDevirtualizedMethod(const Expr *Base, in getDevirtualizedMethod() function
2011 return const_cast<CXXMethodDecl *>(this)->getDevirtualizedMethod( in getDevirtualizedMethod()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprCXX.cpp219 MD->getDevirtualizedMethod(Base, getLangOpts().AppleKext)) { in EmitCXXMemberOrOperatorMemberCallExpr()
1922 Dtor->getDevirtualizedMethod( in EmitObjectDelete()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclCXX.cpp2216 CXXMethodDecl *CXXMethodDecl::getDevirtualizedMethod(const Expr *Base, in getDevirtualizedMethod() function in CXXMethodDecl
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp18535 CXXMethodDecl *DM = MD->getDevirtualizedMethod( in MarkExprReferenced()
18552 !Method->getDevirtualizedMethod(Base, getLangOpts().AppleKext)) in MarkDeclRefReferenced()