Home
last modified time | relevance | path

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

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