Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h3053 QualType getCorrespondingSignedType(QualType T) const;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp11572 QualType ASTContext::getCorrespondingSignedType(QualType T) const { in getCorrespondingSignedType() function in ASTContext
11579 return getVectorType(getCorrespondingSignedType(VTy->getElementType()), in getCorrespondingSignedType()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp9722 : IsMakeSigned ? Context.getCorrespondingSignedType(BaseType) in BuiltinChangeSignedness()
H A DSemaExpr.cpp16421 ? Context.getCorrespondingSignedType(UnderlyingType) in BuildVAArgExpr()