Searched refs:VisitCompoundLiteralExpr (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h449 /// VisitCompoundLiteralExpr - Transfer function logic for compound literals.
450 void VisitCompoundLiteralExpr(const CompoundLiteralExpr *CL,
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp1025 llvm::Constant *VisitCompoundLiteralExpr(CompoundLiteralExpr *E, QualType T) { function in class:__anon362::ConstExprEmitter
1762 ConstantLValue VisitCompoundLiteralExpr(const CompoundLiteralExpr *E);
1911 ConstantLValueEmitter::VisitCompoundLiteralExpr(const CompoundLiteralExpr *E) { function in class:ConstantLValueEmitter
H A DCGExprAgg.cpp137 void VisitCompoundLiteralExpr(CompoundLiteralExpr *E);
652 AggExprEmitter::VisitCompoundLiteralExpr(CompoundLiteralExpr *E) { function in class:AggExprEmitter
H A DCGExprComplex.cpp318 ComplexPairTy VisitCompoundLiteralExpr(CompoundLiteralExpr *E) { function in class:__anon361::ComplexExprEmitter
H A DCGExprScalar.cpp558 Value *VisitCompoundLiteralExpr(CompoundLiteralExpr *E) { function in class:__anon366::ScalarExprEmitter
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp549 void ExprEngine::VisitCompoundLiteralExpr(const CompoundLiteralExpr *CL, function in class:ExprEngine
H A DExprEngine.cpp1667 VisitCompoundLiteralExpr(cast<CompoundLiteralExpr>(S), Pred, Dst);
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp1174 void StmtProfiler::VisitCompoundLiteralExpr(const CompoundLiteralExpr *S) { function in class:StmtProfiler
H A DASTImporter.cpp604 ExpectedStmt VisitCompoundLiteralExpr(CompoundLiteralExpr *E);
6615 ExpectedStmt ASTNodeImporter::VisitCompoundLiteralExpr(CompoundLiteralExpr *E) { function in class:ASTNodeImporter
H A DExprConstant.cpp7033 bool VisitCompoundLiteralExpr(const CompoundLiteralExpr *E) {
7387 bool VisitCompoundLiteralExpr(const CompoundLiteralExpr *E);
7590 LValueExprEvaluator::VisitCompoundLiteralExpr(const CompoundLiteralExpr *E) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp1043 void ASTStmtReader::VisitCompoundLiteralExpr(CompoundLiteralExpr *E) { function in class:ASTStmtReader
H A DASTWriterStmt.cpp931 void ASTStmtWriter::VisitCompoundLiteralExpr(CompoundLiteralExpr *E) { function in class:ASTStmtWriter

Completed in 194 milliseconds