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

  /external/clang/lib/StaticAnalyzer/Checkers/
CastToStructChecker.cpp 39 QualType ToTy = Ctx.getCanonicalType(CE->getType());
42 const PointerType *ToPTy = dyn_cast<PointerType>(ToTy.getTypePtr());
CastSizeChecker.cpp 35 QualType ToTy = Ctx.getCanonicalType(CE->getType());
36 const PointerType *ToPTy = dyn_cast<PointerType>(ToTy.getTypePtr());
  /external/clang/include/clang/AST/
DeclBase.h     [all...]
  /external/clang/include/clang/Sema/
SemaFixItUtils.h 53 const CanQualType ToTy,
58 /// type FromTy can be converted to ToTy. For example, one could check if
Overload.h 333 void *ToTy;
348 QualType getToType() const { return QualType::getFromOpaquePtr(ToTy); }
355 void setToType(QualType T) { ToTy = T.getAsOpaquePtr(); }
  /external/clang/lib/Sema/
SemaFixItUtils.cpp 52 const QualType ToTy,
58 const CanQualType ToQTy = S.Context.getCanonicalType(ToTy);
SemaOverload.cpp     [all...]

Completed in 60 milliseconds