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

  /src/external/apache2/llvm/dist/clang/lib/AST/
DeclCXX.cpp 2241 const CXXRecordDecl *BestDynamicDecl = Base->getBestDynamicClassType();
2242 if (!BestDynamicDecl)
2247 getCorrespondingMethodInClass(BestDynamicDecl);
2267 if (BestDynamicDecl->isEffectivelyFinal())
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExprCXX.cpp 220 const CXXRecordDecl *BestDynamicDecl = Base->getBestDynamicClassType();
221 DevirtualizedMethod = MD->getCorrespondingMethodInClass(BestDynamicDecl);

Completed in 27 milliseconds