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

  /external/clang/lib/Sema/
SemaCast.cpp 794 QualType DerivedType =
799 << DerivedType << BaseType << !VirtualBase << int(ReinterpretKind)
    [all...]
  /external/clang/lib/AST/
Expr.cpp 42 QualType DerivedType = E->getType();
43 if (const PointerType *PTy = DerivedType->getAs<PointerType>())
44 DerivedType = PTy->getPointeeType();
46 if (DerivedType->isDependentType())
49 const RecordType *Ty = DerivedType->castAs<RecordType>();
    [all...]

Completed in 45 milliseconds