Home
last modified time | relevance | path

Searched refs:VisitChooseExpr (Results 1 – 14 of 14) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDEvaluatedExprVisitor.h57 void VisitChooseExpr(PTR(ChooseExpr) E) { in VisitChooseExpr() function
/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/Interp/
HDCompiler.h175 bool VisitChooseExpr(const ChooseExpr *E);
HDCompiler.cpp2741 bool Compiler<Emitter>::VisitChooseExpr(const ChooseExpr *E) { in VisitChooseExpr() function in Compiler
/freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGExprComplex.cpp403 ComplexPairTy VisitChooseExpr(ChooseExpr *CE);
1432 ComplexPairTy ComplexExprEmitter::VisitChooseExpr(ChooseExpr *E) { in VisitChooseExpr() function in ComplexExprEmitter
HDCGExprAgg.cpp178 void VisitChooseExpr(const ChooseExpr *CE);
1324 void AggExprEmitter::VisitChooseExpr(const ChooseExpr *CE) { in VisitChooseExpr() function in AggExprEmitter
HDCGExprConstant.cpp1073 llvm::Constant *VisitChooseExpr(const ChooseExpr *CE, QualType T) { in VisitChooseExpr() function in __anon5445fa4b0111::ConstExprEmitter
HDCGExprScalar.cpp910 Value *VisitChooseExpr(ChooseExpr *CE);
5366 Value *ScalarExprEmitter::VisitChooseExpr(ChooseExpr *E) { in VisitChooseExpr() function in ScalarExprEmitter
/freebsd-14-stable/contrib/llvm-project/clang/lib/Analysis/
HDCFG.cpp566 CFGBlock *VisitChooseExpr(ChooseExpr *C, AddStmtChoice asc);
2238 return VisitChooseExpr(cast<ChooseExpr>(S), asc); in Visit()
2779 CFGBlock *CFGBuilder::VisitChooseExpr(ChooseExpr *C, in VisitChooseExpr() function in CFGBuilder
5590 void VisitChooseExpr(ChooseExpr *C) { in VisitChooseExpr() function in __anon656121970711::CFGBlockTerminatorPrint
/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/
HDStmtProfile.cpp1532 void StmtProfiler::VisitChooseExpr(const ChooseExpr *S) { in VisitChooseExpr() function in StmtProfiler
HDStmtPrinter.cpp1729 void StmtPrinter::VisitChooseExpr(ChooseExpr *Node) { in VisitChooseExpr() function in StmtPrinter
HDASTImporter.cpp572 ExpectedStmt VisitChooseExpr(ChooseExpr *E);
7288 ExpectedStmt ASTNodeImporter::VisitChooseExpr(ChooseExpr *E) { in VisitChooseExpr() function in ASTNodeImporter
HDExprConstant.cpp7769 bool VisitChooseExpr(const ChooseExpr *E) in VisitChooseExpr() function in __anon385ff9941711::ExprEvaluatorBase
/freebsd-14-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTWriterStmt.cpp1291 void ASTStmtWriter::VisitChooseExpr(ChooseExpr *E) { in VisitChooseExpr() function in ASTStmtWriter
HDASTReaderStmt.cpp1348 void ASTStmtReader::VisitChooseExpr(ChooseExpr *E) { in VisitChooseExpr() function in ASTStmtReader