Searched refs:getSourceText (Results 1 - 7 of 7) sorted by relevance
/external/clang/include/clang/Edit/ |
H A D | EditedSource.h | 80 StringRef getSourceText(FileOffset BeginOffs, FileOffset EndOffs,
|
/external/clang/lib/Tooling/ |
H A D | RefactoringCallbacks.cpp | 32 return replaceStmtWithText(Sources, From, Lexer::getSourceText(
|
/external/clang/lib/Edit/ |
H A D | EditedSource.cpp | 123 StringRef text = getSourceText(BeginOffs, B, Invalid); 134 StringRef text = getSourceText(BeginOffs, EndOffs, Invalid); 372 StringRef EditedSource::getSourceText(FileOffset BeginOffs, FileOffset EndOffs, function in class:EditedSource 381 return Lexer::getSourceText(CharSourceRange::getCharRange(BLoc, ELoc),
|
H A D | RewriteObjCFoundationAPI.cpp | 690 StringRef text = Lexer::getSourceText(
|
/external/clang/unittests/Lex/ |
H A D | LexerTest.cpp | 141 StringRef text = Lexer::getSourceText( 171 text = Lexer::getSourceText(
|
/external/clang/include/clang/Lex/ |
H A D | Lexer.h | 375 static StringRef getSourceText(CharSourceRange Range,
|
/external/clang/lib/ARCMigrate/ |
H A D | Transforms.cpp | 552 str += Lexer::getSourceText(
|
Completed in 590 milliseconds