/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Compiler.h | 161 bool VisitCompoundLiteralExpr(const CompoundLiteralExpr *E);
|
H A D | Compiler.cpp | 2307 bool Compiler<Emitter>::VisitCompoundLiteralExpr(const CompoundLiteralExpr *E) { in VisitCompoundLiteralExpr() function in Compiler
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | ExprEngine.h | 479 void VisitCompoundLiteralExpr(const CompoundLiteralExpr *CL,
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGExprConstant.cpp | 1077 llvm::Constant *VisitCompoundLiteralExpr(const CompoundLiteralExpr *E, in VisitCompoundLiteralExpr() function in __anon9d6f04f10111::ConstExprEmitter 1996 ConstantLValue VisitCompoundLiteralExpr(const CompoundLiteralExpr *E); 2173 ConstantLValueEmitter::VisitCompoundLiteralExpr(const CompoundLiteralExpr *E) { in VisitCompoundLiteralExpr() function in ConstantLValueEmitter
|
H A D | CGExprAgg.cpp | 150 void VisitCompoundLiteralExpr(CompoundLiteralExpr *E); 697 AggExprEmitter::VisitCompoundLiteralExpr(CompoundLiteralExpr *E) { in VisitCompoundLiteralExpr() function in AggExprEmitter
|
H A D | CGExprComplex.cpp | 407 ComplexPairTy VisitCompoundLiteralExpr(CompoundLiteralExpr *E) { in VisitCompoundLiteralExpr() function in __anon18403adf0111::ComplexExprEmitter
|
H A D | CGExprScalar.cpp | 567 Value *VisitCompoundLiteralExpr(CompoundLiteralExpr *E) { in VisitCompoundLiteralExpr() function in __anone7cacfbd0111::ScalarExprEmitter
|
H A D | CGExpr.cpp | 1042 const Expr *VisitCompoundLiteralExpr(const CompoundLiteralExpr *E) { in VisitCompoundLiteralExpr() function in __anonc1809d070111::StructAccessBase
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | ExprEngineC.cpp | 540 void ExprEngine::VisitCompoundLiteralExpr(const CompoundLiteralExpr *CL, in VisitCompoundLiteralExpr() function in ExprEngine
|
H A D | ExprEngine.cpp | 2230 VisitCompoundLiteralExpr(cast<CompoundLiteralExpr>(S), Pred, Dst); in Visit()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | StmtProfile.cpp | 1473 void StmtProfiler::VisitCompoundLiteralExpr(const CompoundLiteralExpr *S) { in VisitCompoundLiteralExpr() function in StmtProfiler
|
H A D | StmtPrinter.cpp | 1678 void StmtPrinter::VisitCompoundLiteralExpr(CompoundLiteralExpr *Node) { in VisitCompoundLiteralExpr() function in StmtPrinter
|
H A D | ExprConstant.cpp | 8140 bool VisitCompoundLiteralExpr(const CompoundLiteralExpr *E) { in VisitCompoundLiteralExpr() function in __anonfb577fba1711::ExprEvaluatorBase 8501 bool VisitCompoundLiteralExpr(const CompoundLiteralExpr *E); 8788 LValueExprEvaluator::VisitCompoundLiteralExpr(const CompoundLiteralExpr *E) { in VisitCompoundLiteralExpr() function in LValueExprEvaluator
|
H A D | ASTImporter.cpp | 588 ExpectedStmt VisitCompoundLiteralExpr(CompoundLiteralExpr *E); 7596 ExpectedStmt ASTNodeImporter::VisitCompoundLiteralExpr(CompoundLiteralExpr *E) { in VisitCompoundLiteralExpr() function in ASTNodeImporter
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTWriterStmt.cpp | 1136 void ASTStmtWriter::VisitCompoundLiteralExpr(CompoundLiteralExpr *E) { in VisitCompoundLiteralExpr() function in ASTStmtWriter
|
H A D | ASTReaderStmt.cpp | 1182 void ASTStmtReader::VisitCompoundLiteralExpr(CompoundLiteralExpr *E) { in VisitCompoundLiteralExpr() function in ASTStmtReader
|