Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DExpr.h1550 static FixedPointLiteral *CreateFromRawInt(const ASTContext &C,
/llvm-project-15.0.7/clang/lib/AST/
H A DExpr.cpp922 FixedPointLiteral *FixedPointLiteral::CreateFromRawInt(const ASTContext &C, in CreateFromRawInt() function in FixedPointLiteral
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExpr.cpp3910 Res = FixedPointLiteral::CreateFromRawInt(Context, Val, Ty, in ActOnNumericConstant()