Home
last modified time | relevance | path

Searched defs:VisitChooseExpr (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DEvaluatedExprVisitor.h57 void VisitChooseExpr(PTR(ChooseExpr) E) { in VisitChooseExpr() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprAgg.cpp1324 void AggExprEmitter::VisitChooseExpr(const ChooseExpr *CE) { in VisitChooseExpr() function in AggExprEmitter
H A DCGExprComplex.cpp1432 ComplexPairTy ComplexExprEmitter::VisitChooseExpr(ChooseExpr *E) { in VisitChooseExpr() function in ComplexExprEmitter
H A DCGExprConstant.cpp1073 llvm::Constant *VisitChooseExpr(const ChooseExpr *CE, QualType T) { in VisitChooseExpr() function in __anon9d6f04f10111::ConstExprEmitter
H A DCGExprScalar.cpp5366 Value *ScalarExprEmitter::VisitChooseExpr(ChooseExpr *E) { in VisitChooseExpr() function in ScalarExprEmitter
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp2779 CFGBlock *CFGBuilder::VisitChooseExpr(ChooseExpr *C, in VisitChooseExpr() function in CFGBuilder
5590 void VisitChooseExpr(ChooseExpr *C) { in VisitChooseExpr() function in __anonef2f84bd0711::CFGBlockTerminatorPrint
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp1291 void ASTStmtWriter::VisitChooseExpr(ChooseExpr *E) { in VisitChooseExpr() function in ASTStmtWriter
H A DASTReaderStmt.cpp1348 void ASTStmtReader::VisitChooseExpr(ChooseExpr *E) { in VisitChooseExpr() function in ASTStmtReader
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtPrinter.cpp1729 void StmtPrinter::VisitChooseExpr(ChooseExpr *Node) { in VisitChooseExpr() function in StmtPrinter
H A DStmtProfile.cpp1532 void StmtProfiler::VisitChooseExpr(const ChooseExpr *S) { in VisitChooseExpr() function in StmtProfiler
H A DASTImporter.cpp7288 ExpectedStmt ASTNodeImporter::VisitChooseExpr(ChooseExpr *E) { in VisitChooseExpr() function in ASTNodeImporter
H A DExprConstant.cpp7769 bool VisitChooseExpr(const ChooseExpr *E) in VisitChooseExpr() function in __anonfb577fba1711::ExprEvaluatorBase
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DCompiler.cpp2741 bool Compiler<Emitter>::VisitChooseExpr(const ChooseExpr *E) { in VisitChooseExpr() function in Compiler