Home
last modified time | relevance | path

Searched refs:CanResultType (Results 1 – 2 of 2) 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()
/external/llvm-project/clang/lib/AST/
DASTContext.cpp4128 CanQualType CanResultType = getCanonicalType(ResultType); in getCanonicalFunctionResultType() local
4131 if (CanResultType.getQualifiers().hasObjCLifetime()) { in getCanonicalFunctionResultType()
4132 Qualifiers Qs = CanResultType.getQualifiers(); in getCanonicalFunctionResultType()
4135 getQualifiedType(CanResultType.getUnqualifiedType(), Qs)); in getCanonicalFunctionResultType()
4138 return CanResultType; in getCanonicalFunctionResultType()