HomeSort by relevance Sort by last modified time
    Searched refs:getLocWithOffset (Results 1 - 25 of 38) sorted by null

1 2

  /external/clang/lib/AST/
SelectorLocationsKind.cpp 32 return EndLoc.getLocWithOffset(-Len);
42 return ArgLoc.getLocWithOffset(-Len);
61 return Loc.getLocWithOffset(-1);
  /external/clang/lib/Lex/
ScratchBuffer.cpp 56 return BufferStartLoc.getLocWithOffset(BytesUsed-Len-1);
TokenConcatenation.cpp 159 PrevTok.getLocation().getLocWithOffset(PrevTok.getLength()) ==
PTHLexer.cpp 76 Tok.setLocation(FileStartLoc.getLocWithOffset(FileOffset));
300 return FileStartLoc.getLocWithOffset(Offset);
TokenLexer.cpp 665 return MacroExpansionStart.getLocWithOffset(relativeOffset);
726 Tok.setLocation(Expansion.getLocWithOffset(RelOffs));
PPLexerChange.cpp 101 CodeCompletionFileLoc.getLocWithOffset(CodeCompletionOffset);
Lexer.cpp 455 SourceLocation LexerStartLoc = Loc.getLocWithOffset(-LocInfo.second);
497 return Loc.getLocWithOffset(BeginFileLocInfo.second - FileLocInfo.second);
679 return TokStart.getLocWithOffset(PhysOffset);
699 return TokStart.getLocWithOffset(PhysOffset);
734 return Loc.getLocWithOffset(Len);
777 SourceLocation afterLoc = loc.getLocWithOffset(tokLen+1);
    [all...]
  /external/clang/unittests/Lex/
LexerTest.cpp 129 macroRange.getEnd().getLocWithOffset(1)));
146 EXPECT_EQ(SourceRange(fileLsqrLoc, fileIdLoc.getLocWithOffset(3)),
151 EXPECT_EQ(SourceRange(fileIdLoc, fileRsqrLoc.getLocWithOffset(1)),
158 EXPECT_EQ(SourceRange(macroPair.first, macroPair.second.getLocWithOffset(1)),
  /external/clang/lib/Edit/
Commit.cpp 21 Loc = Loc.getLocWithOffset(Offset.getOffset());
28 return CharSourceRange::getCharRange(Loc, Loc.getLocWithOffset(Length));
33 Loc = Loc.getLocWithOffset(InsertFromRangeOffs.getOffset());
35 return CharSourceRange::getCharRange(Loc, Loc.getLocWithOffset(Length));
253 AfterLoc = loc.getLocWithOffset(tokLen);
EditedSource.cpp 244 Loc = Loc.getLocWithOffset(offs.getOffset());
247 Loc.getLocWithOffset(len));
308 BLoc = BLoc.getLocWithOffset(BeginOffs.getOffset());
311 ELoc = BLoc.getLocWithOffset(EndOffs.getOffset() - BeginOffs.getOffset());
RewriteObjCFoundationAPI.cpp 453 CharSourceRange::getCharRange(B, B.getLocWithOffset(text.size()));
  /external/clang/lib/CodeGen/
CodeGenAction.cpp 216 CSM.getLocForStartOfFile(FID).getLocWithOffset(Offset);
253 B << SourceRange(Loc.getLocWithOffset(Range.first - Column),
254 Loc.getLocWithOffset(Range.second - Column));
  /external/clang/lib/Frontend/
VerifyDiagnosticConsumer.cpp 298 PP.Diag(Pos.getLocWithOffset(PH.C-PH.Begin),
307 PP.Diag(Pos.getLocWithOffset(PH.C-PH.Begin),
334 PP.Diag(Pos.getLocWithOffset(ContentBegin-PH.Begin),
ASTUnit.cpp     [all...]
  /external/clang/lib/Basic/
SourceManager.cpp     [all...]
  /external/clang/lib/Rewrite/
RewriteObjC.cpp 744 LocStart.getLocWithOffset(BufPtr-MainBufStart);
774 startLoc.getLocWithOffset(semiBuf-startBuf+1);
    [all...]
RewriteModernObjC.cpp 762 LocStart.getLocWithOffset(BufPtr-MainBufStart);
792 startLoc.getLocWithOffset(semiBuf-startBuf+1);
    [all...]
HTMLRewrite.cpp 280 SourceLocation EndLoc = StartLoc.getLocWithOffset(FileEnd-FileStart);
  /external/clang/lib/ARCMigrate/
TransEmptyStatementsAndDealloc.cpp 50 AfterMacroLoc = I->getLocWithOffset(getARCMTMacroName().size());
Transforms.cpp 68 return SemiLoc.getLocWithOffset(1);
  /external/clang/lib/StaticAnalyzer/Core/
HTMLDiagnostics.cpp 474 SM.getLocForStartOfFile(LPosInfo.first).getLocWithOffset(DisplayPos);
575 InstantiationEnd.getLocWithOffset(EndColNo - OldEndColNo);
  /external/clang/include/clang/Basic/
SourceLocation.h 131 SourceLocation getLocWithOffset(int Offset) const {
  /external/clang/include/clang/Frontend/
ASTUnit.h 194 return SourceRange(FileLoc, FileLoc.getLocWithOffset(size()-1));
  /external/clang/lib/Parse/
ParseExpr.cpp 323 SM.getCharacterData(FILoc.getLocWithOffset(-1), &IsInvalid);
326 SM.getCharacterData(FILoc.getLocWithOffset(-2), &IsInvalid);
328 FILoc = FILoc.getLocWithOffset(-1);
    [all...]
  /external/clang/include/clang/Serialization/
ASTReader.h     [all...]

Completed in 993 milliseconds

1 2