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

  /src/external/apache2/llvm/dist/clang/lib/Sema/
DeclSpec.cpp 296 SourceLocation RSquareLoc) {
300 BindingGroup.RSquareLoc = RSquareLoc;
302 Range.setEnd(RSquareLoc);
306 Name.EndLocation = RSquareLoc;
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
DeclSpec.h 1711 SourceLocation LSquareLoc, RSquareLoc;
1731 LSquareLoc = RSquareLoc = SourceLocation();
1746 SourceLocation getRSquareLoc() const { return RSquareLoc; }
1748 return SourceRange(LSquareLoc, RSquareLoc);
2205 SourceLocation RSquareLoc);
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseExprCXX.cpp 3282 SourceLocation RSquareLoc = NextToken().getLocation();
3300 << SourceRange(Start, RSquareLoc)
3308 << SourceRange(Start, RSquareLoc);

Completed in 95 milliseconds