Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2814 QualType getCorrespondingSignedType(QualType T) const;
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp10210 QualType ASTContext::getCorrespondingSignedType(QualType T) const { in getCorrespondingSignedType() function in ASTContext
10217 return getVectorType(getCorrespondingSignedType(VTy->getElementType()), in getCorrespondingSignedType()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp15876 ? Context.getCorrespondingSignedType(UnderlyingType) in BuildVAArgExpr()