HomeSort by relevance Sort by last modified time
    Searched refs:getLocWithOffset (Results 26 - 50 of 52) sorted by null

12 3

  /external/clang/include/clang/Frontend/
ASTUnit.h 216 return SourceRange(FileLoc, FileLoc.getLocWithOffset(size()-1));
    [all...]
  /external/clang/lib/ARCMigrate/
TransUnbridgedCasts.cpp 257 char PrevChar = *SM.getCharacterData(InsertLoc.getLocWithOffset(-1));
Transforms.cpp 129 return SemiLoc.getLocWithOffset(1);
TransformActions.cpp 485 SourceLocation afterText = loc.getLocWithOffset(text.size());
  /external/clang/lib/Lex/
PreprocessingRecord.cpp 475 EndLoc = EndLoc.getLocWithOffset(-1); // the InclusionDirective expects
Lexer.cpp 489 SourceLocation LexerStartLoc = Loc.getLocWithOffset(-LocInfo.second);
531 return Loc.getLocWithOffset(BeginFileLocInfo.second - FileLocInfo.second);
727 return TokStart.getLocWithOffset(PhysOffset);
747 return TokStart.getLocWithOffset(PhysOffset);
782 return Loc.getLocWithOffset(Len);
820 SourceLocation afterLoc = loc.getLocWithOffset(tokLen);
    [all...]
PPDirectives.cpp     [all...]
  /external/clang/lib/Rewrite/Core/
HTMLRewrite.cpp 278 SourceLocation EndLoc = StartLoc.getLocWithOffset(FileEnd-FileStart);
  /external/clang/lib/Tooling/
Refactoring.cpp 68 getLocWithOffset(ReplacementRange.getOffset());
  /external/clang/lib/Parse/
ParseExpr.cpp 285 SM.getCharacterData(FILoc.getLocWithOffset(-1), &IsInvalid);
288 SM.getCharacterData(FILoc.getLocWithOffset(-2), &IsInvalid);
290 FILoc = FILoc.getLocWithOffset(-1);
    [all...]
ParseStmtAsm.cpp 158 Loc = Loc.getLocWithOffset(Offset - TokOffset);
ParseTemplate.cpp 318 Tok.setLocation(Tok.getLocation().getLocWithOffset(1));
    [all...]
ParseExprCXX.cpp 46 SourceLocation FirstEnd = FirstLoc.getLocWithOffset(First.getLength());
67 ColonToken.setLocation(ColonToken.getLocation().getLocWithOffset(-1));
    [all...]
ParseObjc.cpp     [all...]
ParseDeclCXX.cpp     [all...]
  /external/clang/lib/Frontend/
PrintPreprocessedOutput.cpp 628 Callbacks->MoveToLine(StartLoc.getLocWithOffset(Tok.getLength()));
  /external/clang/lib/Sema/
Sema.cpp     [all...]
SemaExprObjC.cpp     [all...]
SemaObjCProperty.cpp     [all...]
SemaChecking.cpp     [all...]
  /external/clang/lib/AST/
CommentParser.cpp 70 return Pos.BufferStartLoc.getLocWithOffset(CharNo);
ASTImporter.cpp     [all...]
  /external/clang/include/clang/Serialization/
ASTReader.h     [all...]
  /external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp 750 CharSourceRange::getCharRange(B, B.getLocWithOffset(text.size()));
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 3063 milliseconds

12 3