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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h344 /// VisitCompoundLiteralExpr - Transfer function logic for compound literals.
345 void VisitCompoundLiteralExpr(const CompoundLiteralExpr *CL,
/external/clang/lib/CodeGen/
H A DCGExprAgg.cpp135 void VisitCompoundLiteralExpr(CompoundLiteralExpr *E);
518 AggExprEmitter::VisitCompoundLiteralExpr(CompoundLiteralExpr *E) { function in class:AggExprEmitter
H A DCGExprComplex.cpp276 ComplexPairTy VisitCompoundLiteralExpr(CompoundLiteralExpr *E) { function in class:__anon15204::ComplexExprEmitter
H A DCGExprConstant.cpp616 llvm::Constant *VisitCompoundLiteralExpr(CompoundLiteralExpr *E) { function in class:__anon15205::ConstExprEmitter
H A DCGExprScalar.cpp262 Value *VisitCompoundLiteralExpr(CompoundLiteralExpr *E) { function in class:__anon15207::ScalarExprEmitter
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp401 void ExprEngine::VisitCompoundLiteralExpr(const CompoundLiteralExpr *CL, function in class:ExprEngine
H A DExprEngine.cpp964 VisitCompoundLiteralExpr(cast<CompoundLiteralExpr>(S), Pred, Dst);
/external/clang/lib/AST/
H A DStmtProfile.cpp399 void StmtProfiler::VisitCompoundLiteralExpr(const CompoundLiteralExpr *S) { function in class:StmtProfiler
H A DExprConstant.cpp3910 RetTy VisitCompoundLiteralExpr(const CompoundLiteralExpr *E) {
4191 bool VisitCompoundLiteralExpr(const CompoundLiteralExpr *E);
4340 LValueExprEvaluator::VisitCompoundLiteralExpr(const CompoundLiteralExpr *E) {
/external/clang/lib/Serialization/
H A DASTWriterStmt.cpp657 void ASTStmtWriter::VisitCompoundLiteralExpr(CompoundLiteralExpr *E) { function in class:ASTStmtWriter
H A DASTReaderStmt.cpp699 void ASTStmtReader::VisitCompoundLiteralExpr(CompoundLiteralExpr *E) { function in class:ASTStmtReader
/external/clang/tools/libclang/
H A DCIndex.cpp1814 void VisitCompoundLiteralExpr(const CompoundLiteralExpr *E);
1957 void EnqueueVisitor::VisitCompoundLiteralExpr(const CompoundLiteralExpr *E) { function in class:EnqueueVisitor

Completed in 205 milliseconds