Home
last modified time | relevance | path

Searched defs:getText (Results 1 – 14 of 14) sorted by relevance

/llvm-project-15.0.7/clang/lib/Tooling/
H A DFixIt.cpp21 StringRef getText(CharSourceRange Range, const ASTContext &Context) { in getText() function
/llvm-project-15.0.7/clang/include/clang/Tooling/Transformer/
H A DSourceCode.h55 StringRef getText(const T &Node, const ASTContext &Context) { in getText() function
/llvm-project-15.0.7/clang/include/clang/Tooling/
H A DFixIt.h50 StringRef getText(const T &Node, const ASTContext &Context) { in getText() function
/llvm-project-15.0.7/clang/include/clang/Tooling/Syntax/
H A DTokenBufferTokenManager.h29 llvm::StringRef getText(Key I) const override { in getText() function
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DUseOverrideCheck.cpp78 static StringRef getText(const Token &Tok, const SourceManager &Sources) { in getText() function
/llvm-project-15.0.7/clang/unittests/Tooling/
H A DFixItTest.cpp30 TEST(FixItTest, getText) { in TEST() argument
H A DSourceCodeTest.cpp121 TEST(SourceCodeTest, getText) { in TEST() argument
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DSectionKind.h190 static SectionKind getText() { return get(Text); } in getText() function
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DSourceMgr.h267 StringRef getText() const { return Text; } in getText() function
/llvm-project-15.0.7/clang/lib/Tooling/Transformer/
H A DSourceCode.cpp31 StringRef clang::tooling::getText(CharSourceRange Range, in getText() function in clang::tooling
/llvm-project-15.0.7/clang/include/clang/AST/
H A DComment.h286 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 DCommentLexer.h98 StringRef getText() const LLVM_READONLY { in getText() function
/llvm-project-15.0.7/compiler-rt/lib/ubsan/
H A Dubsan_diag.h112 const char *getText() const { return Text; } in getText() function
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DSimplifyBooleanExprCheck.cpp25 StringRef getText(const ASTContext &Context, SourceRange Range) { in getText() function
31 template <typename T> StringRef getText(const ASTContext &Context, T &Node) { in getText() function