Home
last modified time | relevance | path

Searched refs:ImaginaryLiteral (Results 1 – 17 of 17) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
HDStmtNodes.td64 def ImaginaryLiteral : StmtNode<Expr>;
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGExprComplex.cpp111 ComplexPairTy VisitImaginaryLiteral(const ImaginaryLiteral *IL);
401 VisitImaginaryLiteral(const ImaginaryLiteral *IL) { in VisitImaginaryLiteral()
/freebsd-11-stable/contrib/llvm-project/clang/lib/ASTMatchers/
HDASTMatchersInternal.cpp776 const internal::VariadicDynCastAllOfMatcher<Stmt, ImaginaryLiteral> imaginaryLiteral;
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDExpr.h1662 class ImaginaryLiteral : public Expr {
1665 ImaginaryLiteral(Expr *val, QualType Ty) in ImaginaryLiteral() function
1671 explicit ImaginaryLiteral(EmptyShell Empty) in ImaginaryLiteral() function
HDRecursiveASTVisitor.h2754 DEF_TRAVERSE_STMT(ImaginaryLiteral, {})
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDItaniumMangle.cpp4279 const ImaginaryLiteral *IE = cast<ImaginaryLiteral>(E); in mangleExpression()
HDStmtProfile.cpp1095 void StmtProfiler::VisitImaginaryLiteral(const ImaginaryLiteral *S) { in VisitImaginaryLiteral()
HDStmtPrinter.cpp1202 void StmtPrinter::VisitImaginaryLiteral(ImaginaryLiteral *Node) { in VisitImaginaryLiteral()
HDASTImporter.cpp601 ExpectedStmt VisitImaginaryLiteral(ImaginaryLiteral *E);
6574 ExpectedStmt ASTNodeImporter::VisitImaginaryLiteral(ImaginaryLiteral *E) { in VisitImaginaryLiteral()
6583 return new (Importer.getToContext()) ImaginaryLiteral( in VisitImaginaryLiteral()
HDExprConstant.cpp12915 bool VisitImaginaryLiteral(const ImaginaryLiteral *E);
12945 bool ComplexExprEvaluator::VisitImaginaryLiteral(const ImaginaryLiteral *E) { in VisitImaginaryLiteral()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTReaderStmt.cpp602 void ASTStmtReader::VisitImaginaryLiteral(ImaginaryLiteral *E) { in VisitImaginaryLiteral()
2766 S = new (Context) ImaginaryLiteral(Empty); in ReadStmtFromStream()
HDASTWriterStmt.cpp644 void ASTStmtWriter::VisitImaginaryLiteral(ImaginaryLiteral *E) { in VisitImaginaryLiteral()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
HDASTMatchers.h2225 extern const internal::VariadicDynCastAllOfMatcher<Stmt, ImaginaryLiteral>
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaStmt.cpp1432 void VisitImaginaryLiteral(ImaginaryLiteral *E) { } in VisitImaginaryLiteral()
HDTreeTransform.h9501 TreeTransform<Derived>::TransformImaginaryLiteral(ImaginaryLiteral *E) { in TransformImaginaryLiteral()
HDSemaExpr.cpp3840 Res = new (Context) ImaginaryLiteral(Res, in ActOnNumericConstant()
HDSemaOpenMP.cpp14023 auto *Im = new (Context) ImaginaryLiteral(Init, OrigType); in actOnOMPReductionKindClause()