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

/external/clang/include/clang/AST/
H A DExpr.h2574 CompoundLiteralExpr(SourceLocation lparenloc, TypeSourceInfo *tinfo, argument
2582 LParenLoc(lparenloc), TInfoAndScope(tinfo, fileScope), Init(init) {}
4344 ParenListExpr(const ASTContext& C, SourceLocation lparenloc,
/external/clang/lib/AST/
H A DExpr.cpp3706 ParenListExpr::ParenListExpr(const ASTContext& C, SourceLocation lparenloc, argument
3711 NumExprs(exprs.size()), LParenLoc(lparenloc), RParenLoc(rparenloc) {

Completed in 79 milliseconds