Home
last modified time | relevance | path

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

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