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

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExpr.cpp 4695 auto *DerivedClassDecl = cast<CXXRecordDecl>(DerivedClassTy->getDecl());
4702 This, DerivedClassDecl, E->path_begin(), E->path_end(),
4715 auto *DerivedClassDecl = cast<CXXRecordDecl>(DerivedClassTy->getDecl());
4721 LV.getAddress(*this), DerivedClassDecl, E->path_begin(), E->path_end(),
CGExprScalar.cpp 2127 const CXXRecordDecl *DerivedClassDecl = DestTy->getPointeeCXXRecordDecl();
2128 assert(DerivedClassDecl && "BaseToDerived arg isn't a C++ object pointer!");
2132 CGF.GetAddressOfDerivedClass(Base, DerivedClassDecl,

Completed in 25 milliseconds