Searched refs:adjustType (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTContext.cpp | 3724 ASTContext::adjustType(QualType Orig, in adjustType() function in ASTContext 3730 adjustType(AT->getModifiedType(), Adjust), in adjustType() 3731 adjustType(AT->getEquivalentType(), Adjust), in adjustType() 3738 adjustType(BTFT->getWrappedType(), Adjust)); in adjustType() 3744 adjustType(ET->getNamedType(), Adjust)); in adjustType() 3749 adjustType(cast<ParenType>(Orig)->getInnerType(), Adjust)); in adjustType() 3754 adjustType(AT->getAdjustedType(), Adjust)); in adjustType() 3759 return getMacroQualifiedType(adjustType(MQT->getUnderlyingType(), Adjust), in adjustType() 3788 return adjustType(FunctionType, [&](QualType Orig) { in adjustFunctionResultType() 3818 return adjustType(Orig, [&](QualType Ty) { in getFunctionTypeWithExceptionSpec()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ASTContext.h | 1449 QualType adjustType(QualType OldType,
|