Searched refs:FixedPointLiteral (Results 1 - 16 of 16) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DJSONNodeDumper.h304 void VisitFixedPointLiteral(const FixedPointLiteral *FPL);
H A DTextNodeDumper.h256 void VisitFixedPointLiteral(const FixedPointLiteral *Node);
H A DExpr.h1504 class FixedPointLiteral : public Expr, public APIntStorage { class in namespace:clang
1509 explicit FixedPointLiteral(EmptyShell Empty) function in class:clang::FixedPointLiteral
1513 FixedPointLiteral(const ASTContext &C, const llvm::APInt &V, QualType type,
1517 static FixedPointLiteral *CreateFromRawInt(const ASTContext &C,
1523 static FixedPointLiteral *Create(const ASTContext &C, EmptyShell Empty);
H A DRecursiveASTVisitor.h2742 DEF_TRAVERSE_STMT(FixedPointLiteral, {})
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp898 FixedPointLiteral::FixedPointLiteral(const ASTContext &C, const llvm::APInt &V, function in class:FixedPointLiteral
903 assert(type->isFixedPointType() && "Illegal type in FixedPointLiteral");
910 FixedPointLiteral *FixedPointLiteral::CreateFromRawInt(const ASTContext &C,
915 return new (C) FixedPointLiteral(C, V, type, l, Scale);
918 FixedPointLiteral *FixedPointLiteral::Create(const ASTContext &C,
920 return new (C) FixedPointLiteral(Empty);
923 std::string FixedPointLiteral
[all...]
H A DJSONNodeDumper.cpp1411 void JSONNodeDumper::VisitFixedPointLiteral(const FixedPointLiteral *FPL) {
H A DStmtProfile.cpp1143 void StmtProfiler::VisitFixedPointLiteral(const FixedPointLiteral *S) {
H A DASTImporter.cpp591 ExpectedStmt VisitFixedPointLiteral(FixedPointLiteral *E);
6583 ExpectedStmt ASTNodeImporter::VisitFixedPointLiteral(FixedPointLiteral *E) {
6592 return new (Importer.getToContext()) FixedPointLiteral(
H A DExprConstant.cpp10359 bool VisitFixedPointLiteral(const FixedPointLiteral *E) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp879 const internal::VariadicDynCastAllOfMatcher<Stmt, FixedPointLiteral>
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp624 void ASTStmtReader::VisitFixedPointLiteral(FixedPointLiteral *E) {
2908 S = FixedPointLiteral::Create(Context, Empty);
H A DASTWriterStmt.cpp642 void ASTStmtWriter::VisitFixedPointLiteral(FixedPointLiteral *E) {
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h2296 extern const internal::VariadicDynCastAllOfMatcher<Stmt, FixedPointLiteral>
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp453 Value *VisitFixedPointLiteral(const FixedPointLiteral *E) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h9991 FixedPointLiteral *E) {
H A DSemaExpr.cpp3781 Res = FixedPointLiteral::CreateFromRawInt(Context, Val, Ty,

Completed in 506 milliseconds