Searched refs:VisitChooseExpr (Results 1 - 11 of 11) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DEvaluatedExprVisitor.h54 void VisitChooseExpr(PTR(ChooseExpr) E) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprComplex.cpp317 ComplexPairTy VisitChooseExpr(ChooseExpr *CE);
1062 ComplexPairTy ComplexExprEmitter::VisitChooseExpr(ChooseExpr *E) { function in class:ComplexExprEmitter
H A DCGExprAgg.cpp171 void VisitChooseExpr(const ChooseExpr *CE);
1258 void AggExprEmitter::VisitChooseExpr(const ChooseExpr *CE) { function in class:AggExprEmitter
H A DCGExprConstant.cpp1034 llvm::Constant *VisitChooseExpr(ChooseExpr *CE, QualType T) { function in class:__anon1720::ConstExprEmitter
H A DCGExprScalar.cpp856 Value *VisitChooseExpr(ChooseExpr *CE);
4548 Value *ScalarExprEmitter::VisitChooseExpr(ChooseExpr *E) { function in class:ScalarExprEmitter
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp549 CFGBlock *VisitChooseExpr(ChooseExpr *C, AddStmtChoice asc);
2170 return VisitChooseExpr(cast<ChooseExpr>(S), asc);
2678 CFGBlock *CFGBuilder::VisitChooseExpr(ChooseExpr *C, function in class:CFGBuilder
5296 void VisitChooseExpr(ChooseExpr *C) { function in class:__anon1632::CFGBlockTerminatorPrint
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp1314 void StmtProfiler::VisitChooseExpr(const ChooseExpr *S) { function in class:StmtProfiler
H A DASTImporter.cpp581 ExpectedStmt VisitChooseExpr(ChooseExpr *E);
6405 ExpectedStmt ASTNodeImporter::VisitChooseExpr(ChooseExpr *E) {
H A DExprConstant.cpp7022 bool VisitChooseExpr(const ChooseExpr *E)
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp1296 void ASTStmtReader::VisitChooseExpr(ChooseExpr *E) { function in class:ASTStmtReader
H A DASTWriterStmt.cpp1162 void ASTStmtWriter::VisitChooseExpr(ChooseExpr *E) { function in class:ASTStmtWriter

Completed in 498 milliseconds