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

  /external/clang/lib/Sema/
SemaCast.cpp 660 const RecordDecl *SrcDecl = SrcRecord->getDecl()->getDefinition();
661 assert(SrcDecl && "Definition missing");
662 if (!cast<CXXRecordDecl>(SrcDecl)->isPolymorphic()) {
    [all...]
  /external/clang/lib/CodeGen/
CGExprCXX.cpp     [all...]

Completed in 4109 milliseconds