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.h1802 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 DSema.h14559 SourceLocation LSquareLoc, Expr *IndexExpr,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp292 SourceLocation LSquareLoc, in setDecompositionBindings() argument
297 BindingGroup.LSquareLoc = LSquareLoc; in setDecompositionBindings()
303 SetIdentifier(nullptr, LSquareLoc); in setDecompositionBindings()
H A DSemaTemplateVariadic.cpp1198 SourceLocation LSquareLoc, in ActOnPackIndexingExpr() argument
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DModuleMapFile.cpp1071 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 DDeclCXX.h4245 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 DDeclCXX.cpp3611 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 DParseExprCXX.cpp3070 SourceLocation LSquareLoc = Tok.getLocation(); in ParseCXXDeleteExpression() local
3090 << FixItHint::CreateInsertion(LSquareLoc, "(") in ParseCXXDeleteExpression()