Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseStmt.cpp1073 SourceLocation CloseLoc = Tok.getLocation(); in ParseCompoundStatementBody() local
1079 CloseLoc = T.getCloseLocation(); in ParseCompoundStatementBody()
1081 return Actions.ActOnCompoundStmt(T.getOpenLocation(), CloseLoc, in ParseCompoundStatementBody()
H A DParseExpr.cpp1616 SourceLocation CloseLoc; in ParsePostfixExpressionSuffix() local
1617 if (TryConsumeToken(tok::greatergreatergreater, CloseLoc)) { in ParsePostfixExpressionSuffix()
1639 CloseLoc); in ParsePostfixExpressionSuffix()