Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaLambda.cpp777 if (Context.getCanonicalFunctionResultType(ReturnType) == in deduceClosureReturnType()
778 Context.getCanonicalFunctionResultType(CSI.ReturnType)) { in deduceClosureReturnType()
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h1280 CanQualType getCanonicalFunctionResultType(QualType ResultType) const;
/openbsd/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp4327 getFunctionNoProtoType(getCanonicalFunctionResultType(ResultTy), Info); in getFunctionNoProtoType()
4343 ASTContext::getCanonicalFunctionResultType(QualType ResultType) const { in getCanonicalFunctionResultType() function in ASTContext
4499 CanQualType CanResultTy = getCanonicalFunctionResultType(ResultTy); in getFunctionTypeInternal()