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

/external/clang/lib/AST/
H A DExpr.cpp3271 ParenListExpr::ParenListExpr(ASTContext& C, SourceLocation lparenloc, function in class:ParenListExpr
/external/clang/include/clang/AST/
H A DExpr.h4015 class ParenListExpr : public Expr { class in class:clang::StringLiteral::OffsetOfExpr::DesignatedInitExpr
4021 ParenListExpr(ASTContext& C, SourceLocation lparenloc, Expr **exprs,
4025 explicit ParenListExpr(EmptyShell Empty) : Expr(ParenListExprClass, Empty) { } function in class:clang::StringLiteral::OffsetOfExpr::DesignatedInitExpr::ParenListExpr
4050 static bool classof(const ParenListExpr *) { return true; }

Completed in 79 milliseconds