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

  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
DeclSpec.h 638 void SetRangeStart(SourceLocation Loc) { Range.setBegin(Loc); }
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseDeclCXX.cpp 353 DS.SetRangeStart(SourceLocation());
1252 DS.SetRangeStart(IdLoc);
ParseExpr.cpp 1207 DS.SetRangeStart(ILoc);
1479 DS.SetRangeStart(Tok.getLocation());
ParseDecl.cpp 1798 DS.SetRangeStart(*DeclSpecStart);
3040 DS.SetRangeStart(Tok.getLocation());
ParseExprCXX.cpp 2142 DS.SetRangeStart(Tok.getLocation());
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDeclObjC.cpp 1585 DS.SetRangeStart(loc);
SemaDecl.cpp 13930 DS.SetRangeStart(FTI.Params[i].IdentLoc);

Completed in 45 milliseconds