Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExprEngine.h362 void VisitCompoundLiteralExpr(const CompoundLiteralExpr *CL,
/external/clang/lib/CodeGen/
DCGExprAgg.cpp141 void VisitCompoundLiteralExpr(CompoundLiteralExpr *E);
546 AggExprEmitter::VisitCompoundLiteralExpr(CompoundLiteralExpr *E) { in VisitCompoundLiteralExpr() function in AggExprEmitter
DCGExprComplex.cpp287 ComplexPairTy VisitCompoundLiteralExpr(CompoundLiteralExpr *E) { in VisitCompoundLiteralExpr() function in __anon9db9ca060111::ComplexExprEmitter
DCGExprConstant.cpp634 llvm::Constant *VisitCompoundLiteralExpr(CompoundLiteralExpr *E) { in VisitCompoundLiteralExpr() function in __anond21a78f80111::ConstExprEmitter
DCGExprScalar.cpp307 Value *VisitCompoundLiteralExpr(CompoundLiteralExpr *E) { in VisitCompoundLiteralExpr() function in __anon412b96040111::ScalarExprEmitter
/external/clang/lib/StaticAnalyzer/Core/
DExprEngineC.cpp432 void ExprEngine::VisitCompoundLiteralExpr(const CompoundLiteralExpr *CL, in VisitCompoundLiteralExpr() function in ExprEngine
DExprEngine.cpp1159 VisitCompoundLiteralExpr(cast<CompoundLiteralExpr>(S), Pred, Dst); in Visit()
/external/clang/lib/AST/
DStmtProfile.cpp730 void StmtProfiler::VisitCompoundLiteralExpr(const CompoundLiteralExpr *S) { in VisitCompoundLiteralExpr() function in StmtProfiler
DStmtPrinter.cpp1450 void StmtPrinter::VisitCompoundLiteralExpr(CompoundLiteralExpr *Node) { in VisitCompoundLiteralExpr() function in StmtPrinter
DExprConstant.cpp4286 bool VisitCompoundLiteralExpr(const CompoundLiteralExpr *E) { in VisitCompoundLiteralExpr() function in __anonafda3a810a11::ExprEvaluatorBase
4577 bool VisitCompoundLiteralExpr(const CompoundLiteralExpr *E);
4727 LValueExprEvaluator::VisitCompoundLiteralExpr(const CompoundLiteralExpr *E) { in VisitCompoundLiteralExpr() function in LValueExprEvaluator
/external/clang/lib/Serialization/
DASTWriterStmt.cpp689 void ASTStmtWriter::VisitCompoundLiteralExpr(CompoundLiteralExpr *E) { in VisitCompoundLiteralExpr() function in ASTStmtWriter
DASTReaderStmt.cpp727 void ASTStmtReader::VisitCompoundLiteralExpr(CompoundLiteralExpr *E) { in VisitCompoundLiteralExpr() function in ASTStmtReader
/external/clang/tools/libclang/
DCIndex.cpp1875 void VisitCompoundLiteralExpr(const CompoundLiteralExpr *E);
2232 void EnqueueVisitor::VisitCompoundLiteralExpr(const CompoundLiteralExpr *E) { in VisitCompoundLiteralExpr() function in EnqueueVisitor