Searched refs:ImaginaryLiteral (Results 1 – 17 of 17) sorted by relevance
64 def ImaginaryLiteral : StmtNode<Expr>;
111 ComplexPairTy VisitImaginaryLiteral(const ImaginaryLiteral *IL);401 VisitImaginaryLiteral(const ImaginaryLiteral *IL) { in VisitImaginaryLiteral()
776 const internal::VariadicDynCastAllOfMatcher<Stmt, ImaginaryLiteral> imaginaryLiteral;
1662 class ImaginaryLiteral : public Expr {1665 ImaginaryLiteral(Expr *val, QualType Ty) in ImaginaryLiteral() function1671 explicit ImaginaryLiteral(EmptyShell Empty) in ImaginaryLiteral() function
2754 DEF_TRAVERSE_STMT(ImaginaryLiteral, {})
4279 const ImaginaryLiteral *IE = cast<ImaginaryLiteral>(E); in mangleExpression()
1095 void StmtProfiler::VisitImaginaryLiteral(const ImaginaryLiteral *S) { in VisitImaginaryLiteral()
1202 void StmtPrinter::VisitImaginaryLiteral(ImaginaryLiteral *Node) { in VisitImaginaryLiteral()
601 ExpectedStmt VisitImaginaryLiteral(ImaginaryLiteral *E);6574 ExpectedStmt ASTNodeImporter::VisitImaginaryLiteral(ImaginaryLiteral *E) { in VisitImaginaryLiteral()6583 return new (Importer.getToContext()) ImaginaryLiteral( in VisitImaginaryLiteral()
12915 bool VisitImaginaryLiteral(const ImaginaryLiteral *E);12945 bool ComplexExprEvaluator::VisitImaginaryLiteral(const ImaginaryLiteral *E) { in VisitImaginaryLiteral()
602 void ASTStmtReader::VisitImaginaryLiteral(ImaginaryLiteral *E) { in VisitImaginaryLiteral()2766 S = new (Context) ImaginaryLiteral(Empty); in ReadStmtFromStream()
644 void ASTStmtWriter::VisitImaginaryLiteral(ImaginaryLiteral *E) { in VisitImaginaryLiteral()
2225 extern const internal::VariadicDynCastAllOfMatcher<Stmt, ImaginaryLiteral>
1432 void VisitImaginaryLiteral(ImaginaryLiteral *E) { } in VisitImaginaryLiteral()
9501 TreeTransform<Derived>::TransformImaginaryLiteral(ImaginaryLiteral *E) { in TransformImaginaryLiteral()
3840 Res = new (Context) ImaginaryLiteral(Res, in ActOnNumericConstant()
14023 auto *Im = new (Context) ImaginaryLiteral(Init, OrigType); in actOnOMPReductionKindClause()