Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/include/clang/Sema/
H A 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,
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DDeclSpec.cpp294 SourceLocation LSquareLoc, in setDecompositionBindings() argument
299 BindingGroup.LSquareLoc = LSquareLoc; in setDecompositionBindings()
305 SetIdentifier(nullptr, LSquareLoc); in setDecompositionBindings()
/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclCXX.h3892 SourceLocation LSquareLoc, QualType T, in DecompositionDecl() argument
3895 : VarDecl(Decomposition, C, DC, StartLoc, LSquareLoc, nullptr, T, TInfo, in DecompositionDecl()
3912 SourceLocation LSquareLoc,
/netbsd/external/apache2/llvm/dist/clang/lib/Lex/
H A DModuleMap.cpp2891 SourceLocation LSquareLoc = consumeToken(); in parseOptionalAttributes() local
2937 Diags.Report(LSquareLoc, diag::note_mmap_lsquare_match); in parseOptionalAttributes()
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclCXX.cpp3199 SourceLocation LSquareLoc, in Create() argument
3205 DecompositionDecl(C, DC, StartLoc, LSquareLoc, T, TInfo, SC, Bindings); in Create()
/netbsd/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseExprCXX.cpp3281 SourceLocation LSquareLoc = Tok.getLocation(); in ParseCXXDeleteExpression() local
3301 << FixItHint::CreateInsertion(LSquareLoc, "(") in ParseCXXDeleteExpression()