Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExpr.cpp848 FixedPointLiteral *FixedPointLiteral::CreateFromRawInt(const ASTContext &C, in CreateFromRawInt() function in FixedPointLiteral
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h1540 static FixedPointLiteral *CreateFromRawInt(const ASTContext &C,
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp3814 Res = FixedPointLiteral::CreateFromRawInt(Context, Val, Ty, in ActOnNumericConstant()