Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/
DExpr.cpp844 FixedPointLiteral *FixedPointLiteral::CreateFromRawInt(const ASTContext &C, in CreateFromRawInt() function in FixedPointLiteral
/external/llvm-project/clang/include/clang/AST/
DExpr.h1540 static FixedPointLiteral *CreateFromRawInt(const ASTContext &C,
/external/llvm-project/clang/lib/Sema/
DSemaExpr.cpp3818 Res = FixedPointLiteral::CreateFromRawInt(Context, Val, Ty, in ActOnNumericConstant()