Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp969 FixedPointLiteral *FixedPointLiteral::CreateFromRawInt(const ASTContext &C, in CreateFromRawInt() function in FixedPointLiteral
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h1538 static FixedPointLiteral *CreateFromRawInt(const ASTContext &C,
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp8153 return FixedPointLiteral::CreateFromRawInt( in BuildExpressionFromNonTypeTemplateArgumentValue()
H A DSemaExpr.cpp4091 Res = FixedPointLiteral::CreateFromRawInt(Context, Val, Ty, in ActOnNumericConstant()