Searched refs:CloseLoc (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseStmt.cpp | 1304 SourceLocation CloseLoc = Tok.getLocation(); in ParseCompoundStatementBody() local 1311 checkCompoundToken(CloseLoc, tok::r_brace, CompoundToken::StmtExprEnd); in ParseCompoundStatementBody() 1318 CloseLoc = T.getCloseLocation(); in ParseCompoundStatementBody() 1320 return Actions.ActOnCompoundStmt(T.getOpenLocation(), CloseLoc, in ParseCompoundStatementBody()
|
H A D | ParseOpenMP.cpp | 2998 SourceLocation ClauseNameLoc, OpenLoc, CloseLoc; in ParseOpenMPSizesClause() local 3000 if (ParseOpenMPExprListClause(OMPC_sizes, ClauseNameLoc, OpenLoc, CloseLoc, in ParseOpenMPSizesClause() 3005 OpenLoc, CloseLoc); in ParseOpenMPSizesClause() 4901 SourceLocation &CloseLoc, in ParseOpenMPExprListClause() argument 4929 CloseLoc = T.getCloseLocation(); in ParseOpenMPExprListClause()
|
H A D | ParseExpr.cpp | 2161 SourceLocation CloseLoc; in ParsePostfixExpressionSuffix() local 2162 if (TryConsumeToken(tok::greatergreatergreater, CloseLoc)) { in ParsePostfixExpressionSuffix() 2182 getCurScope(), OpenLoc, ExecConfigExprs, CloseLoc); in ParsePostfixExpressionSuffix()
|
H A D | ParseDeclCXX.cpp | 4942 SourceLocation CloseLoc = Tok.getLocation(); in ParseCXX11AttributeSpecifierInternal() local 4946 checkCompoundToken(CloseLoc, tok::r_square, CompoundToken::AttrEnd); in ParseCXX11AttributeSpecifierInternal()
|
/freebsd/contrib/llvm-project/clang/include/clang/Parse/ |
H A D | Parser.h | 3606 SourceLocation &CloseLoc,
|