Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp4198 CanQualType CanResultType = getCanonicalType(ResultType); in getCanonicalFunctionResultType() local
4201 if (CanResultType.getQualifiers().hasObjCLifetime()) { in getCanonicalFunctionResultType()
4202 Qualifiers Qs = CanResultType.getQualifiers(); in getCanonicalFunctionResultType()
4205 getQualifiedType(CanResultType.getUnqualifiedType(), Qs)); in getCanonicalFunctionResultType()
4208 return CanResultType; in getCanonicalFunctionResultType()