Home
last modified time | relevance | path

Searched refs:VisitCompoundLiteralExpr (Results 1 – 14 of 14) sorted by relevance

/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGExprConstant.cpp1058 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 DCGExprAgg.cpp146 void VisitCompoundLiteralExpr(CompoundLiteralExpr *E);
681 AggExprEmitter::VisitCompoundLiteralExpr(CompoundLiteralExpr *E) { in VisitCompoundLiteralExpr() function in AggExprEmitter
H A DCGExprComplex.cpp340 ComplexPairTy VisitCompoundLiteralExpr(CompoundLiteralExpr *E) { in VisitCompoundLiteralExpr() function in __anon6ef8f9ac0111::ComplexExprEmitter
H A DCGExprScalar.cpp550 Value *VisitCompoundLiteralExpr(CompoundLiteralExpr *E) { in VisitCompoundLiteralExpr() function in __anon7dd068ea0111::ScalarExprEmitter
/openbsd/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h487 void VisitCompoundLiteralExpr(const CompoundLiteralExpr *CL,
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp547 void ExprEngine::VisitCompoundLiteralExpr(const CompoundLiteralExpr *CL, in VisitCompoundLiteralExpr() function in ExprEngine
H A DExprEngine.cpp2197 VisitCompoundLiteralExpr(cast<CompoundLiteralExpr>(S), Pred, Dst); in Visit()
/openbsd/gnu/llvm/clang/lib/AST/
H A DStmtProfile.cpp1426 void StmtProfiler::VisitCompoundLiteralExpr(const CompoundLiteralExpr *S) { in VisitCompoundLiteralExpr() function in StmtProfiler
H A DStmtPrinter.cpp1618 void StmtPrinter::VisitCompoundLiteralExpr(CompoundLiteralExpr *Node) { in VisitCompoundLiteralExpr() function in StmtPrinter
H A DExprConstant.cpp7813 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 DASTImporter.cpp631 ExpectedStmt VisitCompoundLiteralExpr(CompoundLiteralExpr *E);
7209 ExpectedStmt ASTNodeImporter::VisitCompoundLiteralExpr(CompoundLiteralExpr *E) { in VisitCompoundLiteralExpr() function in ASTNodeImporter
/openbsd/gnu/llvm/clang/lib/Serialization/
H A DASTWriterStmt.cpp1036 void ASTStmtWriter::VisitCompoundLiteralExpr(CompoundLiteralExpr *E) { in VisitCompoundLiteralExpr() function in ASTStmtWriter
H A DASTReaderStmt.cpp1159 void ASTStmtReader::VisitCompoundLiteralExpr(CompoundLiteralExpr *E) { in VisitCompoundLiteralExpr() function in ASTStmtReader
/openbsd/gnu/llvm/clang/tools/libclang/
H A DCIndex.cpp2097 void VisitCompoundLiteralExpr(const CompoundLiteralExpr *E);
2734 void EnqueueVisitor::VisitCompoundLiteralExpr(const CompoundLiteralExpr *E) { in VisitCompoundLiteralExpr() function in EnqueueVisitor