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

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExprScalar.cpp 2882 const RecordType *BaseRT = CurrentType->getAs<RecordType>();
2883 CXXRecordDecl *BaseRD = cast<CXXRecordDecl>(BaseRT->getDecl());
  /src/external/apache2/llvm/dist/clang/lib/AST/
ExprConstant.cpp 13088 const RecordType *BaseRT = CurrentType->getAs<RecordType>();
13089 if (!BaseRT)
13093 Result += RL.getBaseClassOffset(cast<CXXRecordDecl>(BaseRT->getDecl()));

Completed in 25 milliseconds