/openbsd/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGExprConstant.cpp | 1058 llvm::Constant *VisitCompoundLiteralExpr(CompoundLiteralExpr *E, QualType T) { in VisitCompoundLiteralExpr() function in __anoncb3f9d5e0111::ConstExprEmitter 1806 ConstantLValue VisitCompoundLiteralExpr(const CompoundLiteralExpr *E); 1969 ConstantLValueEmitter::VisitCompoundLiteralExpr(const CompoundLiteralExpr *E) { in VisitCompoundLiteralExpr() function in ConstantLValueEmitter
|
H A D | CGExprAgg.cpp | 146 void VisitCompoundLiteralExpr(CompoundLiteralExpr *E); 681 AggExprEmitter::VisitCompoundLiteralExpr(CompoundLiteralExpr *E) { in VisitCompoundLiteralExpr() function in AggExprEmitter
|
H A D | CGExprComplex.cpp | 340 ComplexPairTy VisitCompoundLiteralExpr(CompoundLiteralExpr *E) { in VisitCompoundLiteralExpr() function in __anon6ef8f9ac0111::ComplexExprEmitter
|
H A D | CGExprScalar.cpp | 550 Value *VisitCompoundLiteralExpr(CompoundLiteralExpr *E) { in VisitCompoundLiteralExpr() function in __anon7dd068ea0111::ScalarExprEmitter
|
/openbsd/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | ExprEngine.h | 487 void VisitCompoundLiteralExpr(const CompoundLiteralExpr *CL,
|
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
H A D | ExprEngineC.cpp | 547 void ExprEngine::VisitCompoundLiteralExpr(const CompoundLiteralExpr *CL, in VisitCompoundLiteralExpr() function in ExprEngine
|
H A D | ExprEngine.cpp | 2197 VisitCompoundLiteralExpr(cast<CompoundLiteralExpr>(S), Pred, Dst); in Visit()
|
/openbsd/gnu/llvm/clang/lib/AST/ |
H A D | StmtProfile.cpp | 1426 void StmtProfiler::VisitCompoundLiteralExpr(const CompoundLiteralExpr *S) { in VisitCompoundLiteralExpr() function in StmtProfiler
|
H A D | StmtPrinter.cpp | 1618 void StmtPrinter::VisitCompoundLiteralExpr(CompoundLiteralExpr *Node) { in VisitCompoundLiteralExpr() function in StmtPrinter
|
H A D | ExprConstant.cpp | 7813 bool VisitCompoundLiteralExpr(const CompoundLiteralExpr *E) { in VisitCompoundLiteralExpr() function in __anond52d8a671711::ExprEvaluatorBase 8170 bool VisitCompoundLiteralExpr(const CompoundLiteralExpr *E); 8420 LValueExprEvaluator::VisitCompoundLiteralExpr(const CompoundLiteralExpr *E) { in VisitCompoundLiteralExpr() function in LValueExprEvaluator
|
H A D | ASTImporter.cpp | 631 ExpectedStmt VisitCompoundLiteralExpr(CompoundLiteralExpr *E); 7209 ExpectedStmt ASTNodeImporter::VisitCompoundLiteralExpr(CompoundLiteralExpr *E) { in VisitCompoundLiteralExpr() function in ASTNodeImporter
|
/openbsd/gnu/llvm/clang/lib/Serialization/ |
H A D | ASTWriterStmt.cpp | 1036 void ASTStmtWriter::VisitCompoundLiteralExpr(CompoundLiteralExpr *E) { in VisitCompoundLiteralExpr() function in ASTStmtWriter
|
H A D | ASTReaderStmt.cpp | 1159 void ASTStmtReader::VisitCompoundLiteralExpr(CompoundLiteralExpr *E) { in VisitCompoundLiteralExpr() function in ASTStmtReader
|
/openbsd/gnu/llvm/clang/tools/libclang/ |
H A D | CIndex.cpp | 2097 void VisitCompoundLiteralExpr(const CompoundLiteralExpr *E); 2734 void EnqueueVisitor::VisitCompoundLiteralExpr(const CompoundLiteralExpr *E) { in VisitCompoundLiteralExpr() function in EnqueueVisitor
|