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

  /external/clang/include/clang/Sema/
SemaFixItUtils.h 77 const QualType FromQTy, const QualType ToQTy,
  /external/clang/lib/Sema/
SemaFixItUtils.cpp 59 const CanQualType ToQTy = S.Context.getCanonicalType(ToTy);
98 S.Context.getCanonicalType(FromPtrTy->getPointeeType()), ToQTy,
128 if (isa<PointerType>(ToQTy)) {
136 CanConvert = CompareTypes(S.Context.getPointerType(FromQTy), ToQTy,
SemaOverload.cpp     [all...]

Completed in 176 milliseconds