Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaLambda.cpp767 if (Context.getCanonicalFunctionResultType(ReturnType) == in deduceClosureReturnType()
768 Context.getCanonicalFunctionResultType(CSI.ReturnType)) { in deduceClosureReturnType()
H A DSemaStmt.cpp3890 CanQualType OldDeducedType = Context.getCanonicalFunctionResultType( in DeduceFunctionTypeFromReturnExpr()
3892 CanQualType NewDeducedType = Context.getCanonicalFunctionResultType( in DeduceFunctionTypeFromReturnExpr()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h1201 CanQualType getCanonicalFunctionResultType(QualType ResultType) const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp4181 getFunctionNoProtoType(getCanonicalFunctionResultType(ResultTy), Info); in getFunctionNoProtoType()
4197 ASTContext::getCanonicalFunctionResultType(QualType ResultType) const { in getCanonicalFunctionResultType() function in ASTContext
4353 CanQualType CanResultTy = getCanonicalFunctionResultType(ResultTy); in getFunctionTypeInternal()