Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaLambda.cpp691 if (Context.getCanonicalFunctionResultType(ReturnType) == in deduceClosureReturnType()
692 Context.getCanonicalFunctionResultType(CSI.ReturnType)) in deduceClosureReturnType()
DSemaStmt.cpp3132 CanQualType OldDeducedType = Context.getCanonicalFunctionResultType( in DeduceFunctionTypeFromReturnExpr()
3134 CanQualType NewDeducedType = Context.getCanonicalFunctionResultType( in DeduceFunctionTypeFromReturnExpr()
/external/clang/include/clang/AST/
DASTContext.h1038 CanQualType getCanonicalFunctionResultType(QualType ResultType) const;
/external/clang/lib/AST/
DASTContext.cpp3012 getFunctionNoProtoType(getCanonicalFunctionResultType(ResultTy), Info); in getFunctionNoProtoType()
3028 ASTContext::getCanonicalFunctionResultType(QualType ResultType) const { in getCanonicalFunctionResultType() function in ASTContext
3080 CanQualType CanResultTy = getCanonicalFunctionResultType(ResultTy); in getFunctionType()