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

  /external/clang/lib/ARCMigrate/
ObjCMT.cpp 247 QualType CanResultTy = Context.getCanonicalType(Getter->getResultType());
248 if (CanResultTy.getQualifiers().hasObjCLifetime()) {
249 Qualifiers Qs = CanResultTy.getQualifiers();
251 CanResultTy = Context.getQualifiedType(CanResultTy.getUnqualifiedType(), Qs);
254 PropertyString += CanResultTy.getAsString(Context.getPrintingPolicy());
  /external/clang/lib/AST/
ASTContext.cpp     [all...]

Completed in 47 milliseconds