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

/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h346 /// VisitCompoundLiteralExpr - Transfer function logic for compound literals.
347 void VisitCompoundLiteralExpr(const CompoundLiteralExpr *CL,
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprAgg.cpp135 void VisitCompoundLiteralExpr(CompoundLiteralExpr *E);
518 AggExprEmitter::VisitCompoundLiteralExpr(CompoundLiteralExpr *E) { function in class:AggExprEmitter
H A DCGExprComplex.cpp277 ComplexPairTy VisitCompoundLiteralExpr(CompoundLiteralExpr *E) { function in class:__anon3091::ComplexExprEmitter
H A DCGExprConstant.cpp595 llvm::Constant *VisitCompoundLiteralExpr(CompoundLiteralExpr *E) { function in class:__anon3092::ConstExprEmitter
H A DCGExprScalar.cpp265 Value *VisitCompoundLiteralExpr(CompoundLiteralExpr *E) { function in class:__anon3094::ScalarExprEmitter
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp402 void ExprEngine::VisitCompoundLiteralExpr(const CompoundLiteralExpr *CL, function in class:ExprEngine
H A DExprEngine.cpp1006 VisitCompoundLiteralExpr(cast<CompoundLiteralExpr>(S), Pred, Dst);
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DStmtProfile.cpp411 void StmtProfiler::VisitCompoundLiteralExpr(const CompoundLiteralExpr *S) { function in class:StmtProfiler
H A DExprConstant.cpp4019 RetTy VisitCompoundLiteralExpr(const CompoundLiteralExpr *E) {
4300 bool VisitCompoundLiteralExpr(const CompoundLiteralExpr *E);
4449 LValueExprEvaluator::VisitCompoundLiteralExpr(const CompoundLiteralExpr *E) {
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterStmt.cpp658 void ASTStmtWriter::VisitCompoundLiteralExpr(CompoundLiteralExpr *E) { function in class:ASTStmtWriter
H A DASTReaderStmt.cpp699 void ASTStmtReader::VisitCompoundLiteralExpr(CompoundLiteralExpr *E) { function in class:ASTStmtReader

Completed in 219 milliseconds