Home
last modified time | relevance | path

Searched refs:VisitGenericSelectionExpr (Results 1 – 21 of 21) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DEvaluatedExprVisitor.h65 void VisitGenericSelectionExpr(PTR(GenericSelectionExpr) E) { in VisitGenericSelectionExpr() function
H A DTextNodeDumper.h283 void VisitGenericSelectionExpr(const GenericSelectionExpr *E);
H A DJSONNodeDumper.h309 void VisitGenericSelectionExpr(const GenericSelectionExpr *GSE);
H A DASTNodeTraverser.h894 void VisitGenericSelectionExpr(const GenericSelectionExpr *E) { in VisitGenericSelectionExpr() function
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenExprComplex.cpp52 mlir::Value VisitGenericSelectionExpr(GenericSelectionExpr *e);
270 ComplexExprEmitter::VisitGenericSelectionExpr(GenericSelectionExpr *e) { in VisitGenericSelectionExpr() function in ComplexExprEmitter
H A DCIRGenExprConstant.cpp80 mlir::Attribute VisitGenericSelectionExpr(GenericSelectionExpr *ge, in VisitGenericSelectionExpr() function in ConstExprEmitter
H A DCIRGenExprScalar.cpp134 mlir::Value VisitGenericSelectionExpr(GenericSelectionExpr *ge) { in VisitGenericSelectionExpr() function in __anon1373b7f80111::ScalarExprEmitter
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DCompiler.h193 bool VisitGenericSelectionExpr(const GenericSelectionExpr *E);
H A DCompiler.cpp3386 bool Compiler<Emitter>::VisitGenericSelectionExpr( in VisitGenericSelectionExpr() function in Compiler
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprComplex.cpp116 ComplexPairTy VisitGenericSelectionExpr(GenericSelectionExpr *GE) { in VisitGenericSelectionExpr() function in __anon18403adf0111::ComplexExprEmitter
H A DCGExprAgg.cpp121 void VisitGenericSelectionExpr(GenericSelectionExpr *GE) { in VisitGenericSelectionExpr() function in __anon66bd1ef60111::AggExprEmitter
H A DCGExprConstant.cpp1154 llvm::Constant *VisitGenericSelectionExpr(const GenericSelectionExpr *GE, in VisitGenericSelectionExpr() function in __anon9d6f04f10111::ConstExprEmitter
H A DCGExprScalar.cpp481 Value *VisitGenericSelectionExpr(GenericSelectionExpr *GE) { in VisitGenericSelectionExpr() function in __anone7cacfbd0111::ScalarExprEmitter
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp1503 void JSONNodeDumper::VisitGenericSelectionExpr( in VisitGenericSelectionExpr() function in JSONNodeDumper
H A DStmtProfile.cpp1648 void StmtProfiler::VisitGenericSelectionExpr(const GenericSelectionExpr *S) { in VisitGenericSelectionExpr() function in StmtProfiler
H A DStmtPrinter.cpp1653 void StmtPrinter::VisitGenericSelectionExpr(GenericSelectionExpr *Node) { in VisitGenericSelectionExpr() function in StmtPrinter
H A DTextNodeDumper.cpp1618 void TextNodeDumper::VisitGenericSelectionExpr(const GenericSelectionExpr *E) { in VisitGenericSelectionExpr() function in TextNodeDumper
H A DASTImporter.cpp628 ExpectedStmt VisitGenericSelectionExpr(GenericSelectionExpr *E);
7706 ASTNodeImporter::VisitGenericSelectionExpr(GenericSelectionExpr *E) { in VisitGenericSelectionExpr() function in ASTNodeImporter
H A DExprConstant.cpp8109 bool VisitGenericSelectionExpr(const GenericSelectionExpr *E) in VisitGenericSelectionExpr() function in __anonfb577fba1811::ExprEvaluatorBase
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp1356 void ASTStmtWriter::VisitGenericSelectionExpr(GenericSelectionExpr *E) { in VisitGenericSelectionExpr() function in ASTStmtWriter
H A DASTReaderStmt.cpp1406 void ASTStmtReader::VisitGenericSelectionExpr(GenericSelectionExpr *E) { in VisitGenericSelectionExpr() function in ASTStmtReader