Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseStmt.cpp1032 SourceLocation CloseLoc = Tok.getLocation(); in ParseCompoundStatementBody() local
1038 CloseLoc = T.getCloseLocation(); in ParseCompoundStatementBody()
1040 return Actions.ActOnCompoundStmt(T.getOpenLocation(), CloseLoc, in ParseCompoundStatementBody()
DParseExpr.cpp1523 SourceLocation CloseLoc; in ParsePostfixExpressionSuffix() local
1524 if (TryConsumeToken(tok::greatergreatergreater, CloseLoc)) { in ParsePostfixExpressionSuffix()
1546 CloseLoc); in ParsePostfixExpressionSuffix()