HomeSort by relevance Sort by last modified time
    Searched full:desugaredty (Results 1 - 1 of 1) sorted by null

  /external/clang/lib/AST/
ASTDiagnostic.cpp 211 QualType DesugaredTy = Desugar(Context, Ty, ShouldAKA);
213 if (DesugaredTy == Ty) {
214 DesugaredTy = Ty.getCanonicalType();
216 std::string akaStr = DesugaredTy.getAsString(Context.getPrintingPolicy());

Completed in 57 milliseconds