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

  /external/clang/lib/StaticAnalyzer/Checkers/
VirtualCallChecker.cpp 156 if (base->getBestDynamicClassType()->hasAttr<FinalAttr>())
  /external/clang/lib/CodeGen/
CGClass.cpp     [all...]
CGExprCXX.cpp 143 const CXXRecordDecl *BestDynamicDecl = Base->getBestDynamicClassType();
    [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]
  /external/clang/lib/AST/
Expr.cpp 39 const CXXRecordDecl *Expr::getBestDynamicClassType() const {
    [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]

Completed in 185 milliseconds