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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaLambda.cpp689 if (Context.getCanonicalFunctionResultType(ReturnType) ==
690 Context.getCanonicalFunctionResultType(CSI.ReturnType))
H A DSemaStmt.cpp3071 CanQualType OldDeducedType = Context.getCanonicalFunctionResultType(
3073 CanQualType NewDeducedType = Context.getCanonicalFunctionResultType(
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h1030 CanQualType getCanonicalFunctionResultType(QualType ResultType) const;
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp3037 ASTContext::getCanonicalFunctionResultType(QualType ResultType) const { function in class:ASTContext
3089 CanQualType CanResultTy = getCanonicalFunctionResultType(ResultTy);

Completed in 95 milliseconds