Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DASTContext.cpp3029 CanQualType CanResultType = getCanonicalType(ResultType); in getCanonicalFunctionResultType() local
3032 if (CanResultType.getQualifiers().hasObjCLifetime()) { in getCanonicalFunctionResultType()
3033 Qualifiers Qs = CanResultType.getQualifiers(); in getCanonicalFunctionResultType()
3036 getQualifiedType(CanResultType.getUnqualifiedType(), Qs)); in getCanonicalFunctionResultType()
3039 return CanResultType; in getCanonicalFunctionResultType()