Searched defs:CompoundLiteralExpr (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
H A DExpr.h2450 /// CompoundLiteralExpr - [C99 6.5.2.5]
2452 class CompoundLiteralExpr : public Expr { class in class:clang::StringLiteral::OffsetOfExpr
2464 CompoundLiteralExpr(SourceLocation lparenloc, TypeSourceInfo *tinfo, function in class:clang::StringLiteral::OffsetOfExpr::CompoundLiteralExpr
2475 explicit CompoundLiteralExpr(EmptyShell Empty) function in class:clang::StringLiteral::OffsetOfExpr::CompoundLiteralExpr
2507 static bool classof(const CompoundLiteralExpr *) { return true; }

Completed in 45 milliseconds