Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp4958 CanQualType CanResultType = getCanonicalType(ResultType); in getCanonicalFunctionResultType() local
4961 if (CanResultType.getQualifiers().hasObjCLifetime()) { in getCanonicalFunctionResultType()
4962 Qualifiers Qs = CanResultType.getQualifiers(); in getCanonicalFunctionResultType()
4965 getQualifiedType(CanResultType.getUnqualifiedType(), Qs)); in getCanonicalFunctionResultType()
4968 return CanResultType; in getCanonicalFunctionResultType()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp16582 QualType CanResultType = NormalizeType(FnType->getReturnType()); in CheckOperatorNewDeleteTypes() local
16588 if (CanResultType != CanExpectedResultType) { in CheckOperatorNewDeleteTypes()
16593 CanResultType->isDependentType() in CheckOperatorNewDeleteTypes()