Home
last modified time | relevance | path

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

/llvm-project/clang/lib/Tooling/
H A DFixIt.cpp21 StringRef getText(CharSourceRange Range, const ASTContext &Context) { in getText() function
/llvm-project/clang/include/clang/Tooling/Transformer/
H A DSourceCode.h56 StringRef getText(const T &Node, const ASTContext &Context) { in getText() function
/llvm-project/clang/include/clang/Tooling/
H A DFixIt.h50 StringRef getText(const T &Node, const ASTContext &Context) { in getText() function
/llvm-project/clang/include/clang/Tooling/Syntax/
H A DTokenBufferTokenManager.h29 llvm::StringRef getText(Key I) const override { in getText() function
/llvm-project/clang/unittests/Tooling/
H A DFixItTest.cpp30 TEST(FixItTest, getText) { in TEST() argument
H A DSourceCodeTest.cpp133 TEST(SourceCodeTest, getText) { in TEST() argument
[all...]
/llvm-project/clang-tools-extra/clang-tidy/modernize/
H A DUseOverrideCheck.cpp88 static StringRef getText(const Token &Tok, const SourceManager &Sources) { in getText() function
/llvm-project/llvm/include/llvm/MC/
H A DSectionKind.h190 static SectionKind getText() { return get(Text); } in getText() function
/llvm-project/llvm/include/llvm/Support/
H A DSourceMgr.h267 StringRef getText() const { return Text; } in getText() function
/llvm-project/clang/include/clang/AST/
H A DCommentLexer.h98 StringRef getText() const LLVM_READONLY { in getText() function
/llvm-project/clang/lib/Tooling/Transformer/
H A DSourceCode.cpp31 StringRef clang::tooling::getText(CharSourceRange Range, in getText() function in clang::tooling
/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_diag.h92 const char *getText() const { return Text; } in getText() function
/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DSimplifyBooleanExprCheck.cpp26 StringRef getText(const ASTContext &Context, SourceRange Range) { in getText() function
32 template <typename T> StringRef getText(const ASTContext &Context, T &Node) { in getText() function