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

/external/clang/lib/AST/
H A DExpr.cpp3898 ParenListExpr::ParenListExpr(const ASTContext& C, SourceLocation lparenloc, function in class:ParenListExpr
/external/clang/include/clang/AST/
H A DExpr.h4283 class ParenListExpr : public Expr { class in class:clang::StringLiteral::DesignatedInitExpr
4289 ParenListExpr(const ASTContext& C, SourceLocation lparenloc,
4293 explicit ParenListExpr(EmptyShell Empty) : Expr(ParenListExprClass, Empty) { } function in class:clang::StringLiteral::DesignatedInitExpr::ParenListExpr

Completed in 52 milliseconds