Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseStmt.cpp1003 SourceLocation CloseLoc = Tok.getLocation(); in ParseCompoundStatementBody() local
1009 CloseLoc = T.getCloseLocation(); in ParseCompoundStatementBody()
1011 return Actions.ActOnCompoundStmt(T.getOpenLocation(), CloseLoc, in ParseCompoundStatementBody()
DParseExpr.cpp1413 SourceLocation CloseLoc; in ParsePostfixExpressionSuffix() local
1414 if (TryConsumeToken(tok::greatergreatergreater, CloseLoc)) { in ParsePostfixExpressionSuffix()
1436 CloseLoc); in ParsePostfixExpressionSuffix()