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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h348 /// VisitCompoundLiteralExpr - Transfer function logic for compound literals.
349 void VisitCompoundLiteralExpr(const CompoundLiteralExpr *CL,
/external/clang/lib/CodeGen/
H A DCGExprAgg.cpp135 void VisitCompoundLiteralExpr(CompoundLiteralExpr *E);
535 AggExprEmitter::VisitCompoundLiteralExpr(CompoundLiteralExpr *E) { function in class:AggExprEmitter
H A DCGExprComplex.cpp277 ComplexPairTy VisitCompoundLiteralExpr(CompoundLiteralExpr *E) { function in class:__anon17835::ComplexExprEmitter
H A DCGExprConstant.cpp595 llvm::Constant *VisitCompoundLiteralExpr(CompoundLiteralExpr *E) { function in class:__anon17836::ConstExprEmitter
H A DCGExprScalar.cpp265 Value *VisitCompoundLiteralExpr(CompoundLiteralExpr *E) { function in class:__anon17838::ScalarExprEmitter
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp410 void ExprEngine::VisitCompoundLiteralExpr(const CompoundLiteralExpr *CL, function in class:ExprEngine
H A DExprEngine.cpp1037 VisitCompoundLiteralExpr(cast<CompoundLiteralExpr>(S), Pred, Dst);
/external/clang/lib/AST/
H A DStmtProfile.cpp503 void StmtProfiler::VisitCompoundLiteralExpr(const CompoundLiteralExpr *S) { function in class:StmtProfiler
H A DExprConstant.cpp4062 bool VisitCompoundLiteralExpr(const CompoundLiteralExpr *E) {
4343 bool VisitCompoundLiteralExpr(const CompoundLiteralExpr *E);
4492 LValueExprEvaluator::VisitCompoundLiteralExpr(const CompoundLiteralExpr *E) {
/external/clang/tools/libclang/
H A DCIndex.cpp1815 void VisitCompoundLiteralExpr(const CompoundLiteralExpr *E);
2022 void EnqueueVisitor::VisitCompoundLiteralExpr(const CompoundLiteralExpr *E) { function in class:EnqueueVisitor
/external/clang/lib/Serialization/
H A DASTReaderStmt.cpp697 void ASTStmtReader::VisitCompoundLiteralExpr(CompoundLiteralExpr *E) { function in class:ASTStmtReader
H A DASTWriterStmt.cpp653 void ASTStmtWriter::VisitCompoundLiteralExpr(CompoundLiteralExpr *E) { function in class:ASTStmtWriter

Completed in 503 milliseconds