HomeSort by: relevance | last modified time | path
    Searched refs:LSquareLoc (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
DeclSpec.h 1711 SourceLocation LSquareLoc, RSquareLoc;
1731 LSquareLoc = RSquareLoc = SourceLocation();
1743 bool isSet() const { return LSquareLoc.isValid(); }
1745 SourceLocation getLSquareLoc() const { return LSquareLoc; }
1748 return SourceRange(LSquareLoc, RSquareLoc);
2203 setDecompositionBindings(SourceLocation LSquareLoc,
  /src/external/apache2/llvm/dist/clang/lib/Sema/
DeclSpec.cpp 294 SourceLocation LSquareLoc,
299 BindingGroup.LSquareLoc = LSquareLoc;
305 SetIdentifier(nullptr, LSquareLoc);
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclCXX.h 3892 SourceLocation LSquareLoc, QualType T,
3895 : VarDecl(Decomposition, C, DC, StartLoc, LSquareLoc, nullptr, T, TInfo,
3912 SourceLocation LSquareLoc,
  /src/external/apache2/llvm/dist/clang/lib/Lex/
ModuleMap.cpp 2891 SourceLocation LSquareLoc = consumeToken();
2937 Diags.Report(LSquareLoc, diag::note_mmap_lsquare_match);
  /src/external/apache2/llvm/dist/clang/lib/AST/
DeclCXX.cpp 3199 SourceLocation LSquareLoc,
3205 DecompositionDecl(C, DC, StartLoc, LSquareLoc, T, TInfo, SC, Bindings);
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseExprCXX.cpp 3281 SourceLocation LSquareLoc = Tok.getLocation();
3301 << FixItHint::CreateInsertion(LSquareLoc, "(")

Completed in 53 milliseconds