Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp4306 CanQualType CanResultType = getCanonicalType(ResultType); in getCanonicalFunctionResultType() local
4309 if (CanResultType.getQualifiers().hasObjCLifetime()) { in getCanonicalFunctionResultType()
4310 Qualifiers Qs = CanResultType.getQualifiers(); in getCanonicalFunctionResultType()
4313 getQualifiedType(CanResultType.getUnqualifiedType(), Qs)); in getCanonicalFunctionResultType()
4316 return CanResultType; in getCanonicalFunctionResultType()