Home
last modified time | relevance | path

Searched defs:LSquareLoc (Results 1 – 6 of 6) sorted by relevance

/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp295 setDecompositionBindings(SourceLocation LSquareLoc,MutableArrayRef<DecompositionDeclarator::Binding> Bindings,SourceLocation RSquareLoc) setDecompositionBindings() argument
H A DSemaTemplateVariadic.cpp1072 ActOnPackIndexingExpr(Scope * S,Expr * PackExpression,SourceLocation EllipsisLoc,SourceLocation LSquareLoc,Expr * IndexExpr,SourceLocation RSquareLoc) ActOnPackIndexingExpr() argument
/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp3013 SourceLocation LSquareLoc = consumeToken(); parseOptionalAttributes() local
/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp3519 SourceLocation LSquareLoc = Tok.getLocation(); ParseCXXDeleteExpression() local
/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp3361 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 DDeclCXX.h4171 DecompositionDecl(ASTContext & C,DeclContext * DC,SourceLocation StartLoc,SourceLocation LSquareLoc,QualType T,TypeSourceInfo * TInfo,StorageClass SC,ArrayRef<BindingDecl * > Bindings) DecompositionDecl() argument