Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp914 FixedPointLiteral *FixedPointLiteral::CreateFromRawInt(const ASTContext &C, in CreateFromRawInt() function in FixedPointLiteral
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h1537 static FixedPointLiteral *CreateFromRawInt(const ASTContext &C,
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp3847 Res = FixedPointLiteral::CreateFromRawInt(Context, Val, Ty, in ActOnNumericConstant()