Searched defs:LSquareLoc (Results 1 – 6 of 6) sorted by relevance
/llvm-project/clang/lib/Sema/ |
H A D | DeclSpec.cpp | 295 setDecompositionBindings(SourceLocation LSquareLoc,MutableArrayRef<DecompositionDeclarator::Binding> Bindings,SourceLocation RSquareLoc) setDecompositionBindings() argument
|
H A D | SemaTemplateVariadic.cpp | 1072 ActOnPackIndexingExpr(Scope * S,Expr * PackExpression,SourceLocation EllipsisLoc,SourceLocation LSquareLoc,Expr * IndexExpr,SourceLocation RSquareLoc) ActOnPackIndexingExpr() argument
|
/llvm-project/clang/lib/Lex/ |
H A D | ModuleMap.cpp | 3013 SourceLocation LSquareLoc = consumeToken(); parseOptionalAttributes() local
|
/llvm-project/clang/lib/Parse/ |
H A D | ParseExprCXX.cpp | 3519 SourceLocation LSquareLoc = Tok.getLocation(); ParseCXXDeleteExpression() local
|
/llvm-project/clang/lib/AST/ |
H A D | DeclCXX.cpp | 3361 Create(ASTContext & C,DeclContext * DC,SourceLocation StartLoc,SourceLocation LSquareLoc,QualType T,TypeSourceInfo * TInfo,StorageClass SC,ArrayRef<BindingDecl * > Bindings) Create() argument
|
/llvm-project/clang/include/clang/AST/ |
H A D | DeclCXX.h | 4171 DecompositionDecl(ASTContext & C,DeclContext * DC,SourceLocation StartLoc,SourceLocation LSquareLoc,QualType T,TypeSourceInfo * TInfo,StorageClass SC,ArrayRef<BindingDecl * > Bindings) DecompositionDecl() argument
|