HomeSort by: relevance | last modified time | path
    Searched refs:VisitCompoundLiteralExpr (Results 1 - 14 of 14) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExprConstant.cpp 1038 llvm::Constant *VisitCompoundLiteralExpr(CompoundLiteralExpr *E, QualType T) {
1778 ConstantLValue VisitCompoundLiteralExpr(const CompoundLiteralExpr *E);
1938 ConstantLValueEmitter::VisitCompoundLiteralExpr(const CompoundLiteralExpr *E) {
CGExprAgg.cpp 143 void VisitCompoundLiteralExpr(CompoundLiteralExpr *E);
656 AggExprEmitter::VisitCompoundLiteralExpr(CompoundLiteralExpr *E) {
CGExprComplex.cpp 321 ComplexPairTy VisitCompoundLiteralExpr(CompoundLiteralExpr *E) {
CGExprScalar.cpp 544 Value *VisitCompoundLiteralExpr(CompoundLiteralExpr *E) {
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngine.h 480 /// VisitCompoundLiteralExpr - Transfer function logic for compound literals.
481 void VisitCompoundLiteralExpr(const CompoundLiteralExpr *CL,
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
ExprEngineC.cpp 554 void ExprEngine::VisitCompoundLiteralExpr(const CompoundLiteralExpr *CL,
ExprEngine.cpp 1688 VisitCompoundLiteralExpr(cast<CompoundLiteralExpr>(S), Pred, Dst);
  /src/external/apache2/llvm/dist/clang/lib/AST/
StmtPrinter.cpp 1445 void StmtPrinter::VisitCompoundLiteralExpr(CompoundLiteralExpr *Node) {
StmtProfile.cpp 1316 void StmtProfiler::VisitCompoundLiteralExpr(const CompoundLiteralExpr *S) {
ASTImporter.cpp 595 ExpectedStmt VisitCompoundLiteralExpr(CompoundLiteralExpr *E);
6814 ExpectedStmt ASTNodeImporter::VisitCompoundLiteralExpr(CompoundLiteralExpr *E) {
ExprConstant.cpp 7709 bool VisitCompoundLiteralExpr(const CompoundLiteralExpr *E) {
8065 bool VisitCompoundLiteralExpr(const CompoundLiteralExpr *E);
8294 LValueExprEvaluator::VisitCompoundLiteralExpr(const CompoundLiteralExpr *E) {
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderStmt.cpp 1158 void ASTStmtReader::VisitCompoundLiteralExpr(CompoundLiteralExpr *E) {
ASTWriterStmt.cpp 1029 void ASTStmtWriter::VisitCompoundLiteralExpr(CompoundLiteralExpr *E) {
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp 1999 void VisitCompoundLiteralExpr(const CompoundLiteralExpr *E);
2592 void EnqueueVisitor::VisitCompoundLiteralExpr(const CompoundLiteralExpr *E) {

Completed in 66 milliseconds