Searched refs:lparenloc (Results 1 – 2 of 2) sorted by relevance
/external/clang/include/clang/AST/ |
D | Expr.h | 2648 CompoundLiteralExpr(SourceLocation lparenloc, TypeSourceInfo *tinfo, in CompoundLiteralExpr() argument 2656 LParenLoc(lparenloc), TInfoAndScope(tinfo, fileScope), Init(init) {} in CompoundLiteralExpr() 4441 ParenListExpr(const ASTContext& C, SourceLocation lparenloc,
|
/external/clang/lib/AST/ |
D | Expr.cpp | 3849 ParenListExpr::ParenListExpr(const ASTContext& C, SourceLocation lparenloc, in ParenListExpr() argument 3854 NumExprs(exprs.size()), LParenLoc(lparenloc), RParenLoc(rparenloc) { in ParenListExpr()
|