Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Tooling/
H A DFixIt.cpp21 StringRef getText(CharSourceRange Range, const ASTContext &Context) { in getText() function
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/
H A DFixIt.h50 StringRef getText(const T &Node, const ASTContext &Context) { in getText() function
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Syntax/
H A DTokenBufferTokenManager.h29 llvm::StringRef getText(Key I) const override { in getText() function
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DSectionKind.h190 static SectionKind getText() { return get(Text); } in getText() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DSourceMgr.h267 StringRef getText() const { return Text; } in getText() function
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DCommentLexer.h98 StringRef getText() const LLVM_READONLY { in getText() function
/freebsd/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DSourceCode.cpp31 StringRef clang::tooling::getText(CharSourceRange Range, in getText() function in clang::tooling
/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_diag.h112 const char *getText() const { return Text; } getText() function