Searched defs:RSquareLoc (Results 1 – 5 of 5) sorted by relevance
/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplateVariadic.cpp | 1074 ActOnPackIndexingExpr(Scope * S,Expr * PackExpression,SourceLocation EllipsisLoc,SourceLocation LSquareLoc,Expr * IndexExpr,SourceLocation RSquareLoc) ActOnPackIndexingExpr() argument 1095 BuildPackIndexingExpr(Expr * PackExpression,SourceLocation EllipsisLoc,Expr * IndexExpr,SourceLocation RSquareLoc,ArrayRef<Expr * > ExpandedExprs,bool EmptyPack) BuildPackIndexingExpr() argument
|
H A D | DeclSpec.cpp | 297 setDecompositionBindings(SourceLocation LSquareLoc,MutableArrayRef<DecompositionDeclarator::Binding> Bindings,SourceLocation RSquareLoc) setDecompositionBindings() argument
|
/llvm-project/clang/lib/Parse/ |
H A D | ParseExprCXX.cpp | 3520 SourceLocation RSquareLoc = NextToken().getLocation(); ParseCXXDeleteExpression() local
|
/llvm-project/clang/lib/AST/ |
H A D | ExprCXX.cpp | 1716 Create(ASTContext & Context,SourceLocation EllipsisLoc,SourceLocation RSquareLoc,Expr * PackIdExpr,Expr * IndexExpr,std::optional<int64_t> Index,ArrayRef<Expr * > SubstitutedExprs,bool ExpandedToEmptyPack) Create() argument
|
/llvm-project/clang/include/clang/AST/ |
H A D | ExprCXX.h | 4380 SourceLocation RSquareLoc; global() variable
|