Searched refs:CanResultType (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/AST/
H A DASTContext.cpp3021 CanQualType CanResultType = getCanonicalType(ResultType); local
3024 if (CanResultType.getQualifiers().hasObjCLifetime()) {
3025 Qualifiers Qs = CanResultType.getQualifiers();
3028 getQualifiedType(CanResultType.getUnqualifiedType(), Qs));
3031 return CanResultType;

Completed in 126 milliseconds