Searched refs:lparenloc (Results 1 – 2 of 2) sorted by relevance
| /minix3/external/bsd/llvm/dist/clang/include/clang/AST/ |
| H A D | Expr.h | 2609 CompoundLiteralExpr(SourceLocation lparenloc, TypeSourceInfo *tinfo, in CompoundLiteralExpr() argument 2617 LParenLoc(lparenloc), TInfoAndScope(tinfo, fileScope), Init(init) {} in CompoundLiteralExpr() 4312 ParenListExpr(const ASTContext& C, SourceLocation lparenloc,
|
| /minix3/external/bsd/llvm/dist/clang/lib/AST/ |
| H A D | Expr.cpp | 3970 ParenListExpr::ParenListExpr(const ASTContext& C, SourceLocation lparenloc, in ParenListExpr() argument 3975 NumExprs(exprs.size()), LParenLoc(lparenloc), RParenLoc(rparenloc) { in ParenListExpr()
|