Searched refs:CloseLoc (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseStmt.cpp | 1225 SourceLocation CloseLoc = Tok.getLocation(); in ParseCompoundStatementBody() local 1232 checkCompoundToken(CloseLoc, tok::r_brace, CompoundToken::StmtExprEnd); in ParseCompoundStatementBody() 1239 CloseLoc = T.getCloseLocation(); in ParseCompoundStatementBody() 1241 return Actions.ActOnCompoundStmt(T.getOpenLocation(), CloseLoc, in ParseCompoundStatementBody()
|
| H A D | ParseOpenMP.cpp | 2930 SourceLocation ClauseNameLoc, OpenLoc, CloseLoc; in ParseOpenMPSizesClause() local 2932 if (ParseOpenMPExprListClause(OMPC_sizes, ClauseNameLoc, OpenLoc, CloseLoc, in ParseOpenMPSizesClause() 2937 OpenLoc, CloseLoc); in ParseOpenMPSizesClause() 2941 SourceLocation ClauseNameLoc, OpenLoc, CloseLoc; in ParseOpenMPPermutationClause() local 2944 CloseLoc, ArgExprs, in ParseOpenMPPermutationClause() 2949 OpenLoc, CloseLoc); in ParseOpenMPPermutationClause() 4909 SourceLocation &CloseLoc, in ParseOpenMPExprListClause() argument 4937 CloseLoc = T.getCloseLocation(); in ParseOpenMPExprListClause()
|
| H A D | ParseExpr.cpp | 1809 SourceLocation CloseLoc; in ParsePostfixExpressionSuffix() local 1810 if (TryConsumeToken(tok::greatergreatergreater, CloseLoc)) { in ParsePostfixExpressionSuffix() 1830 getCurScope(), OpenLoc, ExecConfigExprs, CloseLoc); in ParsePostfixExpressionSuffix()
|
| H A D | ParseDeclCXX.cpp | 4751 SourceLocation CloseLoc = Tok.getLocation(); in ParseCXX11AttributeSpecifierInternal() local 4755 checkCompoundToken(CloseLoc, tok::r_square, CompoundToken::AttrEnd); in ParseCXX11AttributeSpecifierInternal()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Parse/ |
| H A D | Parser.h | 6886 SourceLocation &CloseLoc,
|