Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1458 QualType adjustFunctionResultType(QualType FunctionType,
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp3786 QualType ASTContext::adjustFunctionResultType(QualType FunctionType, in adjustFunctionResultType() function in ASTContext
3802 FD->setType(adjustFunctionResultType(FD->getType(), ResultType)); in adjustDeducedFunctionResultType()