Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h2625 QualType getCorrespondingSaturatedType(QualType Ty) const;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaType.cpp1409 Result = Context.getCorrespondingSaturatedType(Result); in ConvertDeclSpecToType()
1432 Result = Context.getCorrespondingSaturatedType(Result); in ConvertDeclSpecToType()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp10343 QualType ASTContext::getCorrespondingSaturatedType(QualType Ty) const { in getCorrespondingSaturatedType() function in ASTContext