HomeSort by: relevance | last modified time | path
    Searched refs:getDevirtualizedMethod (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclCXX.h 2007 CXXMethodDecl *getDevirtualizedMethod(const Expr *Base, bool IsAppleKext);
2009 const CXXMethodDecl *getDevirtualizedMethod(const Expr *Base,
2011 return const_cast<CXXMethodDecl *>(this)->getDevirtualizedMethod(
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExprCXX.cpp 219 MD->getDevirtualizedMethod(Base, getLangOpts().AppleKext)) {
1922 Dtor->getDevirtualizedMethod(
  /src/external/apache2/llvm/dist/clang/lib/AST/
DeclCXX.cpp 2216 CXXMethodDecl *CXXMethodDecl::getDevirtualizedMethod(const Expr *Base,
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExpr.cpp 18535 CXXMethodDecl *DM = MD->getDevirtualizedMethod(
18552 !Method->getDevirtualizedMethod(Base, getLangOpts().AppleKext))

Completed in 61 milliseconds