Searched refs:RSquareLoc (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | DeclSpec.cpp | 297 SourceLocation RSquareLoc) { in setDecompositionBindings() argument 301 BindingGroup.RSquareLoc = RSquareLoc; in setDecompositionBindings() 303 Range.setEnd(RSquareLoc); in setDecompositionBindings() 307 Name.EndLocation = RSquareLoc; in setDecompositionBindings()
|
H A D | SemaTemplateVariadic.cpp | 1078 SourceLocation RSquareLoc) { in ActOnPackIndexingExpr() argument 1089 BuildPackIndexingExpr(PackExpression, EllipsisLoc, IndexExpr, RSquareLoc); in ActOnPackIndexingExpr() 1099 Expr *IndexExpr, SourceLocation RSquareLoc, in BuildPackIndexingExpr() argument 1122 return PackIndexingExpr::Create(getASTContext(), EllipsisLoc, RSquareLoc, in BuildPackIndexingExpr()
|
H A D | TreeTransform.h | 3637 SourceLocation RSquareLoc, 3642 IndexExpr, RSquareLoc, ExpandedExprs,
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | DeclSpec.h | 1799 SourceLocation LSquareLoc, RSquareLoc; 1817 LSquareLoc = RSquareLoc = SourceLocation(); in clear() 1835 SourceLocation getRSquareLoc() const { return RSquareLoc; } in getRSquareLoc() 1837 return SourceRange(LSquareLoc, RSquareLoc); in getSourceRange() 2347 SourceLocation RSquareLoc);
|
H A D | Sema.h | 14247 SourceLocation RSquareLoc); 14251 SourceLocation RSquareLoc,
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | ExprCXX.h | 4381 SourceLocation RSquareLoc; variable 4393 SourceLocation RSquareLoc, Expr *PackIdExpr, Expr *IndexExpr, 4397 EllipsisLoc(EllipsisLoc), RSquareLoc(RSquareLoc), in Expr() 4421 SourceLocation RSquareLoc, Expr *PackIdExpr, 4438 SourceLocation getRSquareLoc() const { return RSquareLoc; } in getRSquareLoc() 4441 SourceLocation getEndLoc() const LLVM_READONLY { return RSquareLoc; } in getEndLoc()
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseExprCXX.cpp | 3520 SourceLocation RSquareLoc = NextToken().getLocation(); in ParseCXXDeleteExpression() local 3538 << SourceRange(Start, RSquareLoc) in ParseCXXDeleteExpression() 3546 << SourceRange(Start, RSquareLoc); in ParseCXXDeleteExpression()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ExprCXX.cpp | 1719 ASTContext &Context, SourceLocation EllipsisLoc, SourceLocation RSquareLoc, in Create() argument 1731 PackIndexingExpr(Type, EllipsisLoc, RSquareLoc, PackIdExpr, IndexExpr, in Create()
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReaderStmt.cpp | 2189 E->RSquareLoc = readSourceLocation(); in VisitPackIndexingExpr()
|