Home
last modified time | relevance | path

Searched defs:RSquareLoc (Results 1 – 5 of 5) sorted by relevance

/llvm-project/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp1074 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 DDeclSpec.cpp297 setDecompositionBindings(SourceLocation LSquareLoc,MutableArrayRef<DecompositionDeclarator::Binding> Bindings,SourceLocation RSquareLoc) setDecompositionBindings() argument
/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp3520 SourceLocation RSquareLoc = NextToken().getLocation(); ParseCXXDeleteExpression() local
/llvm-project/clang/lib/AST/
H A DExprCXX.cpp1716 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 DExprCXX.h4380 SourceLocation RSquareLoc; global() variable