Home
last modified time | relevance | path

Searched defs:VisitCompoundLiteralExpr (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp443 void ExprEngine::VisitCompoundLiteralExpr(const CompoundLiteralExpr *CL, in VisitCompoundLiteralExpr() function in ExprEngine
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCGExprComplex.cpp287 ComplexPairTy VisitCompoundLiteralExpr(CompoundLiteralExpr *E) { in VisitCompoundLiteralExpr() function in __anonfe2c9f770111::ComplexExprEmitter
H A DCGExprAgg.cpp547 AggExprEmitter::VisitCompoundLiteralExpr(CompoundLiteralExpr *E) { in VisitCompoundLiteralExpr() function in AggExprEmitter
H A DCGExprConstant.cpp640 llvm::Constant *VisitCompoundLiteralExpr(CompoundLiteralExpr *E) { in VisitCompoundLiteralExpr() function in __anon40e7fc890111::ConstExprEmitter
H A DCGExprScalar.cpp307 Value *VisitCompoundLiteralExpr(CompoundLiteralExpr *E) { in VisitCompoundLiteralExpr() function in __anona8f101550111::ScalarExprEmitter
/aosp_15_r20/external/clang/lib/AST/
H A DStmtProfile.cpp846 void StmtProfiler::VisitCompoundLiteralExpr(const CompoundLiteralExpr *S) { in VisitCompoundLiteralExpr() function in StmtProfiler
H A DStmtPrinter.cpp1580 void StmtPrinter::VisitCompoundLiteralExpr(CompoundLiteralExpr *Node) { in VisitCompoundLiteralExpr() function in StmtPrinter
H A DExprConstant.cpp4433 bool VisitCompoundLiteralExpr(const CompoundLiteralExpr *E) { in VisitCompoundLiteralExpr() function in __anon2db4a5520b11::ExprEvaluatorBase
4883 LValueExprEvaluator::VisitCompoundLiteralExpr(const CompoundLiteralExpr *E) { in VisitCompoundLiteralExpr() function in LValueExprEvaluator
H A DASTImporter.cpp5522 Expr *ASTNodeImporter::VisitCompoundLiteralExpr(CompoundLiteralExpr *E) { in VisitCompoundLiteralExpr() function in ASTNodeImporter
/aosp_15_r20/external/clang/lib/Serialization/
H A DASTWriterStmt.cpp703 void ASTStmtWriter::VisitCompoundLiteralExpr(CompoundLiteralExpr *E) { in VisitCompoundLiteralExpr() function in ASTStmtWriter
H A DASTReaderStmt.cpp732 void ASTStmtReader::VisitCompoundLiteralExpr(CompoundLiteralExpr *E) { in VisitCompoundLiteralExpr() function in ASTStmtReader
/aosp_15_r20/external/clang/tools/libclang/
H A DCIndex.cpp2305 void EnqueueVisitor::VisitCompoundLiteralExpr(const CompoundLiteralExpr *E) { in VisitCompoundLiteralExpr() function in EnqueueVisitor