Searched refs:getSourceText (Results 1 – 7 of 7) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/lib/Edit/ |
| HD | EditedSource.cpp | 121 StringRef text = getSourceText(BeginOffs, B, Invalid); in commitInsertFromRange() 132 StringRef text = getSourceText(BeginOffs, EndOffs, Invalid); in commitInsertFromRange() 380 StringRef EditedSource::getSourceText(FileOffset BeginOffs, FileOffset EndOffs, in getSourceText() function in EditedSource 389 return Lexer::getSourceText(CharSourceRange::getCharRange(BLoc, ELoc), in getSourceText()
|
| HD | RewriteObjCFoundationAPI.cpp | 690 StringRef text = Lexer::getSourceText( in getLiteralInfo()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Edit/ |
| HD | EditedSource.h | 80 StringRef getSourceText(FileOffset BeginOffs, FileOffset EndOffs,
|
| /NextBSD/contrib/llvm/tools/clang/lib/Tooling/ |
| HD | RefactoringCallbacks.cpp | 32 return replaceStmtWithText(Sources, From, Lexer::getSourceText( in replaceStmtWithStmt()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Lex/ |
| HD | Lexer.h | 397 static StringRef getSourceText(CharSourceRange Range,
|
| /NextBSD/contrib/llvm/tools/clang/lib/ARCMigrate/ |
| HD | Transforms.cpp | 549 str += Lexer::getSourceText( in GCRewriteFinalize()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Lex/ |
| HD | Lexer.cpp | 920 StringRef Lexer::getSourceText(CharSourceRange Range, in getSourceText() function in Lexer
|