Searched refs:LSquareLoc (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/ |
| D | DeclSpec.h | 1711 SourceLocation LSquareLoc, RSquareLoc; 1731 LSquareLoc = RSquareLoc = SourceLocation(); in clear() 1743 bool isSet() const { return LSquareLoc.isValid(); } in isSet() 1745 SourceLocation getLSquareLoc() const { return LSquareLoc; } in getLSquareLoc() 1748 return SourceRange(LSquareLoc, RSquareLoc); in getSourceRange() 2203 setDecompositionBindings(SourceLocation LSquareLoc,
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/ |
| D | DeclSpec.cpp | 294 SourceLocation LSquareLoc, in setDecompositionBindings() argument 299 BindingGroup.LSquareLoc = LSquareLoc; in setDecompositionBindings() 305 SetIdentifier(nullptr, LSquareLoc); in setDecompositionBindings()
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/ |
| D | DeclCXX.h | 4022 SourceLocation LSquareLoc, QualType T, in DecompositionDecl() argument 4025 : VarDecl(Decomposition, C, DC, StartLoc, LSquareLoc, nullptr, T, TInfo, in DecompositionDecl() 4042 SourceLocation LSquareLoc,
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Lex/ |
| D | ModuleMap.cpp | 2891 SourceLocation LSquareLoc = consumeToken(); in parseOptionalAttributes() local 2937 Diags.Report(LSquareLoc, diag::note_mmap_lsquare_match); in parseOptionalAttributes()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/AST/ |
| D | DeclCXX.cpp | 3223 SourceLocation LSquareLoc, in Create() argument 3229 DecompositionDecl(C, DC, StartLoc, LSquareLoc, T, TInfo, SC, Bindings); in Create()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Parse/ |
| D | ParseExprCXX.cpp | 3282 SourceLocation LSquareLoc = Tok.getLocation(); in ParseCXXDeleteExpression() local 3302 << FixItHint::CreateInsertion(LSquareLoc, "(") in ParseCXXDeleteExpression()
|