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

/external/clang/lib/AST/
H A DExpr.cpp3898 ParenListExpr::ParenListExpr(const ASTContext& C, SourceLocation lparenloc, argument
3903 NumExprs(exprs.size()), LParenLoc(lparenloc), RParenLoc(rparenloc) {
/external/clang/include/clang/AST/
H A DExpr.h2597 CompoundLiteralExpr(SourceLocation lparenloc, TypeSourceInfo *tinfo, argument
2605 LParenLoc(lparenloc), TInfoAndScope(tinfo, fileScope), Init(init) {}
4289 ParenListExpr(const ASTContext& C, SourceLocation lparenloc,

Completed in 739 milliseconds