HomeSort by relevance Sort by last modified time
    Searched refs:getBestDynamicClassType (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/CodeGen/
CGExprCXX.cpp 111 const CXXRecordDecl *MostDerivedClassDecl = Base->getBestDynamicClassType();
192 const CXXRecordDecl *BestDynamicDecl = Base->getBestDynamicClassType();
    [all...]
  /external/clang/include/clang/AST/
Expr.h 758 const CXXRecordDecl *getBestDynamicClassType() const;
    [all...]
  /external/clang/lib/AST/
Expr.cpp 38 const CXXRecordDecl *Expr::getBestDynamicClassType() const {
    [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]

Completed in 47 milliseconds