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.h316 void VisitCompoundLiteralExpr(const CompoundLiteralExpr *CL,
/external/clang/lib/CodeGen/
DCGExprAgg.cpp136 void VisitCompoundLiteralExpr(CompoundLiteralExpr *E);
533 AggExprEmitter::VisitCompoundLiteralExpr(CompoundLiteralExpr *E) { in VisitCompoundLiteralExpr() function in AggExprEmitter
DCGExprComplex.cpp273 ComplexPairTy VisitCompoundLiteralExpr(CompoundLiteralExpr *E) { in VisitCompoundLiteralExpr() function in __anon19772f070111::ComplexExprEmitter
DCGExprConstant.cpp645 llvm::Constant *VisitCompoundLiteralExpr(CompoundLiteralExpr *E) { in VisitCompoundLiteralExpr() function in __anonc5847e190111::ConstExprEmitter
DCGExprScalar.cpp253 Value *VisitCompoundLiteralExpr(CompoundLiteralExpr *E) { in VisitCompoundLiteralExpr() function in __anon165fdee50111::ScalarExprEmitter
/external/clang/lib/StaticAnalyzer/Core/
DExprEngineC.cpp397 void ExprEngine::VisitCompoundLiteralExpr(const CompoundLiteralExpr *CL, in VisitCompoundLiteralExpr() function in ExprEngine
DExprEngine.cpp780 VisitCompoundLiteralExpr(cast<CompoundLiteralExpr>(S), Pred, Dst); in Visit()
/external/clang/lib/AST/
DStmtProfile.cpp361 void StmtProfiler::VisitCompoundLiteralExpr(const CompoundLiteralExpr *S) { in VisitCompoundLiteralExpr() function in StmtProfiler
DStmtPrinter.cpp913 void StmtPrinter::VisitCompoundLiteralExpr(CompoundLiteralExpr *Node) { in VisitCompoundLiteralExpr() function in StmtPrinter
DExprConstant.cpp2564 RetTy VisitCompoundLiteralExpr(const CompoundLiteralExpr *E) { in VisitCompoundLiteralExpr() function in __anon39b33ae20511::ExprEvaluatorBase
2790 bool VisitCompoundLiteralExpr(const CompoundLiteralExpr *E);
2881 LValueExprEvaluator::VisitCompoundLiteralExpr(const CompoundLiteralExpr *E) { in VisitCompoundLiteralExpr() function in LValueExprEvaluator
/external/clang/lib/Serialization/
DASTWriterStmt.cpp589 void ASTStmtWriter::VisitCompoundLiteralExpr(CompoundLiteralExpr *E) { in VisitCompoundLiteralExpr() function in ASTStmtWriter
DASTReaderStmt.cpp612 void ASTStmtReader::VisitCompoundLiteralExpr(CompoundLiteralExpr *E) { in VisitCompoundLiteralExpr() function in ASTStmtReader
/external/clang/tools/libclang/
DCIndex.cpp1746 void VisitCompoundLiteralExpr(CompoundLiteralExpr *E);
1854 void EnqueueVisitor::VisitCompoundLiteralExpr(CompoundLiteralExpr *E) { in VisitCompoundLiteralExpr() function in EnqueueVisitor