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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DEvaluatedExprVisitor.h54 void VisitChooseExpr(PTR(ChooseExpr) E) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprComplex.cpp314 ComplexPairTy VisitChooseExpr(ChooseExpr *CE);
1057 ComplexPairTy ComplexExprEmitter::VisitChooseExpr(ChooseExpr *E) { function in class:ComplexExprEmitter
H A DCGExprAgg.cpp165 void VisitChooseExpr(const ChooseExpr *CE);
1232 void AggExprEmitter::VisitChooseExpr(const ChooseExpr *CE) { function in class:AggExprEmitter
H A DCGExprConstant.cpp1021 llvm::Constant *VisitChooseExpr(ChooseExpr *CE, QualType T) { function in class:__anon362::ConstExprEmitter
H A DCGExprScalar.cpp834 Value *VisitChooseExpr(ChooseExpr *CE);
4391 Value *ScalarExprEmitter::VisitChooseExpr(ChooseExpr *E) { function in class:ScalarExprEmitter
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp551 CFGBlock *VisitChooseExpr(ChooseExpr *C, AddStmtChoice asc);
2172 return VisitChooseExpr(cast<ChooseExpr>(S), asc);
2680 CFGBlock *CFGBuilder::VisitChooseExpr(ChooseExpr *C, function in class:CFGBuilder
5272 void VisitChooseExpr(ChooseExpr *C) { function in class:__anon299::CFGBlockTerminatorPrint
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp1233 void StmtProfiler::VisitChooseExpr(const ChooseExpr *S) { function in class:StmtProfiler
H A DASTImporter.cpp592 ExpectedStmt VisitChooseExpr(ChooseExpr *E);
6400 ExpectedStmt ASTNodeImporter::VisitChooseExpr(ChooseExpr *E) { function in class:ASTNodeImporter
H A DExprConstant.cpp6708 bool VisitChooseExpr(const ChooseExpr *E)
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp1197 void ASTStmtReader::VisitChooseExpr(ChooseExpr *E) { function in class:ASTStmtReader
H A DASTWriterStmt.cpp1076 void ASTStmtWriter::VisitChooseExpr(ChooseExpr *E) { function in class:ASTStmtWriter

Completed in 250 milliseconds