Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExprEngine.h369 void VisitCompoundLiteralExpr(const CompoundLiteralExpr *CL,
/external/clang/lib/CodeGen/
DCGExprAgg.cpp141 void VisitCompoundLiteralExpr(CompoundLiteralExpr *E);
547 AggExprEmitter::VisitCompoundLiteralExpr(CompoundLiteralExpr *E) { in VisitCompoundLiteralExpr() function in AggExprEmitter
DCGExprComplex.cpp287 ComplexPairTy VisitCompoundLiteralExpr(CompoundLiteralExpr *E) { in VisitCompoundLiteralExpr() function in __anon60d41c0a0111::ComplexExprEmitter
DCGExprConstant.cpp640 llvm::Constant *VisitCompoundLiteralExpr(CompoundLiteralExpr *E) { in VisitCompoundLiteralExpr() function in __anonf87f0b7c0111::ConstExprEmitter
DCGExprScalar.cpp307 Value *VisitCompoundLiteralExpr(CompoundLiteralExpr *E) { in VisitCompoundLiteralExpr() function in __anonf981b7880111::ScalarExprEmitter
/external/clang/lib/StaticAnalyzer/Core/
DExprEngineC.cpp443 void ExprEngine::VisitCompoundLiteralExpr(const CompoundLiteralExpr *CL, in VisitCompoundLiteralExpr() function in ExprEngine
DExprEngine.cpp1169 VisitCompoundLiteralExpr(cast<CompoundLiteralExpr>(S), Pred, Dst); in Visit()
/external/clang/lib/AST/
DStmtProfile.cpp846 void StmtProfiler::VisitCompoundLiteralExpr(const CompoundLiteralExpr *S) { in VisitCompoundLiteralExpr() function in StmtProfiler
DStmtPrinter.cpp1580 void StmtPrinter::VisitCompoundLiteralExpr(CompoundLiteralExpr *Node) { in VisitCompoundLiteralExpr() function in StmtPrinter
DExprConstant.cpp4433 bool VisitCompoundLiteralExpr(const CompoundLiteralExpr *E) { in VisitCompoundLiteralExpr() function in __anonf3f43a050b11::ExprEvaluatorBase
4733 bool VisitCompoundLiteralExpr(const CompoundLiteralExpr *E);
4883 LValueExprEvaluator::VisitCompoundLiteralExpr(const CompoundLiteralExpr *E) { in VisitCompoundLiteralExpr() function in LValueExprEvaluator
DASTImporter.cpp233 Expr *VisitCompoundLiteralExpr(CompoundLiteralExpr *E);
5522 Expr *ASTNodeImporter::VisitCompoundLiteralExpr(CompoundLiteralExpr *E) { in VisitCompoundLiteralExpr() function in ASTNodeImporter
/external/clang/lib/Serialization/
DASTWriterStmt.cpp703 void ASTStmtWriter::VisitCompoundLiteralExpr(CompoundLiteralExpr *E) { in VisitCompoundLiteralExpr() function in ASTStmtWriter
DASTReaderStmt.cpp732 void ASTStmtReader::VisitCompoundLiteralExpr(CompoundLiteralExpr *E) { in VisitCompoundLiteralExpr() function in ASTStmtReader
/external/clang/tools/libclang/
DCIndex.cpp1894 void VisitCompoundLiteralExpr(const CompoundLiteralExpr *E);
2305 void EnqueueVisitor::VisitCompoundLiteralExpr(const CompoundLiteralExpr *E) { in VisitCompoundLiteralExpr() function in EnqueueVisitor