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

  /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...]
  /external/clang/lib/Sema/
SemaCast.cpp 824 QualType DerivedType =
829 << DerivedType << BaseType << !VirtualBase << int(ReinterpretKind)
    [all...]
SemaDeclCXX.cpp     [all...]

Completed in 53 milliseconds