| /llvm-project-15.0.7/clang/lib/Tooling/ |
| H A D | FixIt.cpp | 21 StringRef getText(CharSourceRange Range, const ASTContext &Context) { in getText() function
|
| /llvm-project-15.0.7/clang/include/clang/Tooling/Transformer/ |
| H A D | SourceCode.h | 55 StringRef getText(const T &Node, const ASTContext &Context) { in getText() function
|
| /llvm-project-15.0.7/clang/include/clang/Tooling/ |
| H A D | FixIt.h | 50 StringRef getText(const T &Node, const ASTContext &Context) { in getText() function
|
| /llvm-project-15.0.7/clang/include/clang/Tooling/Syntax/ |
| H A D | TokenBufferTokenManager.h | 29 llvm::StringRef getText(Key I) const override { in getText() function
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/ |
| H A D | UseOverrideCheck.cpp | 78 static StringRef getText(const Token &Tok, const SourceManager &Sources) { in getText() function
|
| /llvm-project-15.0.7/clang/unittests/Tooling/ |
| H A D | FixItTest.cpp | 30 TEST(FixItTest, getText) { in TEST() argument
|
| H A D | SourceCodeTest.cpp | 121 TEST(SourceCodeTest, getText) { in TEST() argument
|
| /llvm-project-15.0.7/llvm/include/llvm/MC/ |
| H A D | SectionKind.h | 190 static SectionKind getText() { return get(Text); } in getText() function
|
| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | SourceMgr.h | 267 StringRef getText() const { return Text; } in getText() function
|
| /llvm-project-15.0.7/clang/lib/Tooling/Transformer/ |
| H A D | SourceCode.cpp | 31 StringRef clang::tooling::getText(CharSourceRange Range, in getText() function in clang::tooling
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | Comment.h | 286 StringRef getText() const LLVM_READONLY { return Text; } in getText() function 866 StringRef getText() const LLVM_READONLY { in getText() function 918 StringRef getText(unsigned LineIdx) const { in getText() function 953 StringRef getText() const { in getText() function
|
| H A D | CommentLexer.h | 98 StringRef getText() const LLVM_READONLY { in getText() function
|
| /llvm-project-15.0.7/compiler-rt/lib/ubsan/ |
| H A D | ubsan_diag.h | 112 const char *getText() const { return Text; } in getText() function
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/ |
| H A D | SimplifyBooleanExprCheck.cpp | 25 StringRef getText(const ASTContext &Context, SourceRange Range) { in getText() function 31 template <typename T> StringRef getText(const ASTContext &Context, T &Node) { in getText() function
|