Home
last modified time | relevance | path

Searched refs:LSquareLoc (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h1799 SourceLocation LSquareLoc, RSquareLoc;
1817 LSquareLoc = RSquareLoc = SourceLocation(); in clear()
1832 bool isSet() const { return LSquareLoc.isValid(); } in isSet()
1834 SourceLocation getLSquareLoc() const { return LSquareLoc; } in getLSquareLoc()
1837 return SourceRange(LSquareLoc, RSquareLoc); in getSourceRange()
2345 SourceLocation LSquareLoc,
H A DSema.h14246 SourceLocation LSquareLoc, Expr *IndexExpr,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp295 SourceLocation LSquareLoc, in setDecompositionBindings() argument
300 BindingGroup.LSquareLoc = LSquareLoc; in setDecompositionBindings()
306 SetIdentifier(nullptr, LSquareLoc); in setDecompositionBindings()
H A DSemaTemplateVariadic.cpp1076 SourceLocation LSquareLoc, in ActOnPackIndexingExpr() argument
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h4178 SourceLocation LSquareLoc, QualType T, in DecompositionDecl() argument
4181 : VarDecl(Decomposition, C, DC, StartLoc, LSquareLoc, nullptr, T, TInfo, in DecompositionDecl()
4198 SourceLocation LSquareLoc,
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp3377 SourceLocation LSquareLoc, in Create() argument
3383 DecompositionDecl(C, DC, StartLoc, LSquareLoc, T, TInfo, SC, Bindings); in Create()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp3013 SourceLocation LSquareLoc = consumeToken(); in parseOptionalAttributes() local
3059 Diags.Report(LSquareLoc, diag::note_mmap_lsquare_match); in parseOptionalAttributes()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp3519 SourceLocation LSquareLoc = Tok.getLocation(); in ParseCXXDeleteExpression() local
3539 << FixItHint::CreateInsertion(LSquareLoc, "(") in ParseCXXDeleteExpression()