Home
last modified time | relevance | path

Searched refs:lparenloc (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
DExpr.h2567 CompoundLiteralExpr(SourceLocation lparenloc, TypeSourceInfo *tinfo, in CompoundLiteralExpr() argument
2575 LParenLoc(lparenloc), TInfoAndScope(tinfo, fileScope), Init(init) {} in CompoundLiteralExpr()
4194 ParenListExpr(ASTContext& C, SourceLocation lparenloc, ArrayRef<Expr*> exprs,
/external/clang/lib/AST/
DExpr.cpp3807 ParenListExpr::ParenListExpr(ASTContext& C, SourceLocation lparenloc, in ParenListExpr() argument
3812 NumExprs(exprs.size()), LParenLoc(lparenloc), RParenLoc(rparenloc) { in ParenListExpr()