Searched refs:LSquareLoc (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | DeclSpec.h | 1802 SourceLocation LSquareLoc, RSquareLoc; 1820 LSquareLoc = RSquareLoc = SourceLocation(); in clear() 1835 bool isSet() const { return LSquareLoc.isValid(); } in isSet() 1837 SourceLocation getLSquareLoc() const { return LSquareLoc; } in getLSquareLoc() 1840 return SourceRange(LSquareLoc, RSquareLoc); in getSourceRange() 2348 SourceLocation LSquareLoc,
|
| H A D | Sema.h | 14559 SourceLocation LSquareLoc, Expr *IndexExpr,
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | DeclSpec.cpp | 292 SourceLocation LSquareLoc, in setDecompositionBindings() argument 297 BindingGroup.LSquareLoc = LSquareLoc; in setDecompositionBindings() 303 SetIdentifier(nullptr, LSquareLoc); in setDecompositionBindings()
|
| H A D | SemaTemplateVariadic.cpp | 1198 SourceLocation LSquareLoc, in ActOnPackIndexingExpr() argument
|
| /freebsd/contrib/llvm-project/clang/lib/Lex/ |
| H A D | ModuleMapFile.cpp | 1071 SourceLocation LSquareLoc = consumeToken(); in parseOptionalAttributes() local 1135 Diags.Report(LSquareLoc, diag::note_mmap_lsquare_match); in parseOptionalAttributes()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DeclCXX.h | 4245 SourceLocation LSquareLoc, QualType T, in DecompositionDecl() argument 4248 : VarDecl(Decomposition, C, DC, StartLoc, LSquareLoc, nullptr, T, TInfo, in DecompositionDecl() 4270 SourceLocation LSquareLoc,
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | DeclCXX.cpp | 3611 SourceLocation LSquareLoc, in Create() argument 3617 DecompositionDecl(C, DC, StartLoc, LSquareLoc, T, TInfo, SC, Bindings); in Create()
|
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseExprCXX.cpp | 3070 SourceLocation LSquareLoc = Tok.getLocation(); in ParseCXXDeleteExpression() local 3090 << FixItHint::CreateInsertion(LSquareLoc, "(") in ParseCXXDeleteExpression()
|