Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseStmt.cpp1013 SourceLocation CloseLoc = Tok.getLocation(); in ParseCompoundStatementBody() local
1019 CloseLoc = T.getCloseLocation(); in ParseCompoundStatementBody()
1021 return Actions.ActOnCompoundStmt(T.getOpenLocation(), CloseLoc, in ParseCompoundStatementBody()
DParseExpr.cpp1475 SourceLocation CloseLoc; in ParsePostfixExpressionSuffix() local
1476 if (TryConsumeToken(tok::greatergreatergreater, CloseLoc)) { in ParsePostfixExpressionSuffix()
1498 CloseLoc); in ParsePostfixExpressionSuffix()