HomeSort by relevance Sort by last modified time
    Searched defs:getSourceText (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Edit/
EditedSource.cpp 119 StringRef text = getSourceText(BeginOffs, B, Invalid);
130 StringRef text = getSourceText(BeginOffs, EndOffs, Invalid);
303 StringRef EditedSource::getSourceText(FileOffset BeginOffs, FileOffset EndOffs,
312 return Lexer::getSourceText(CharSourceRange::getCharRange(BLoc, ELoc),
  /external/clang/lib/Lex/
Lexer.cpp     [all...]

Completed in 69 milliseconds