Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
DDeclSpec.h1711 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/
DDeclSpec.cpp294 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/
DDeclCXX.h4022 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/
DModuleMap.cpp2891 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/
DDeclCXX.cpp3223 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/
DParseExprCXX.cpp3282 SourceLocation LSquareLoc = Tok.getLocation(); in ParseCXXDeleteExpression() local
3302 << FixItHint::CreateInsertion(LSquareLoc, "(") in ParseCXXDeleteExpression()