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

  /external/clang/lib/AST/
ExprCXX.cpp 551 QualType SrcType = getSubExpr()->getType();
554 if (const PointerType *SrcPTy = SrcType->getAs<PointerType>()) {
555 SrcType = SrcPTy->getPointeeType();
560 cast<CXXRecordDecl>(SrcType->castAs<RecordType>()->getDecl());
    [all...]
ExprConstant.cpp     [all...]
  /external/clang/lib/Sema/
SemaCast.cpp 143 static bool CastsAwayConstness(Sema &Self, QualType SrcType, QualType DestType,
168 static TryCastResult TryStaticPointerDowncast(Sema &Self, QualType SrcType,
174 static TryCastResult TryStaticDowncast(Sema &Self, CanQualType SrcType,
182 QualType SrcType,
320 QualType srcType = src->getType();
321 if (!destType->isRecordType() && !srcType->isRecordType())
369 << CT << srcType << destType
451 /// CastsAwayConstness - Check if the pointer conversion from SrcType to
460 CastsAwayConstness(Sema &Self, QualType SrcType, QualType DestType,
472 assert((SrcType->isAnyPointerType() || SrcType->isMemberPointerType() |
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]

Completed in 615 milliseconds