Searched refs:getSourceText (Results 1 – 7 of 7) sorted by relevance
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/Edit/ |
| D | EditedSource.cpp | 123 StringRef text = getSourceText(BeginOffs, B, Invalid); in commitInsertFromRange() 134 StringRef text = getSourceText(BeginOffs, EndOffs, Invalid); in commitInsertFromRange() 374 StringRef EditedSource::getSourceText(FileOffset BeginOffs, FileOffset EndOffs, in getSourceText() function in EditedSource 383 return Lexer::getSourceText(CharSourceRange::getCharRange(BLoc, ELoc), in getSourceText()
|
| D | RewriteObjCFoundationAPI.cpp | 690 StringRef text = Lexer::getSourceText( in getLiteralInfo()
|
| /freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Edit/ |
| D | EditedSource.h | 87 StringRef getSourceText(FileOffset BeginOffs, FileOffset EndOffs,
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/Tooling/ |
| D | RefactoringCallbacks.cpp | 32 return replaceStmtWithText(Sources, From, Lexer::getSourceText( in replaceStmtWithStmt()
|
| /freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Lex/ |
| D | Lexer.h | 375 static StringRef getSourceText(CharSourceRange Range,
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/ARCMigrate/ |
| D | Transforms.cpp | 558 str += Lexer::getSourceText( in GCRewriteFinalize()
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/Lex/ |
| D | Lexer.cpp | 940 StringRef Lexer::getSourceText(CharSourceRange Range, in getSourceText() function in Lexer
|