HomeSort by: relevance | last modified time | path
    Searched defs:getText (Results 1 - 11 of 11) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Tooling/
FixIt.cpp 21 StringRef getText(CharSourceRange Range, const ASTContext &Context) {
  /src/external/apache2/llvm/dist/clang/include/clang/Tooling/Transformer/
SourceCode.h 47 StringRef getText(CharSourceRange Range, const ASTContext &Context);
51 StringRef getText(const T &Node, const ASTContext &Context) {
52 return getText(CharSourceRange::getTokenRange(Node.getSourceRange()),
70 /// getText(S1, Context) = "if (!x) return foo()"
76 /// = getText(S2, Context) = "{ return 3; }"
81 return getText(getExtendedRange(Node, Next, Context), Context);
  /src/external/apache2/llvm/dist/clang/include/clang/Tooling/
FixIt.h 29 StringRef getText(CharSourceRange Range, const ASTContext &Context);
50 StringRef getText(const T &Node, const ASTContext &Context) {
51 return internal::getText(internal::getSourceRange(Node), Context);
65 getText(Source, Context));
  /src/external/apache2/llvm/dist/clang/lib/Tooling/Transformer/
SourceCode.cpp 31 StringRef clang::tooling::getText(CharSourceRange Range,
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
SourceMgr.h 237 StringRef getText() const { return Text; }
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
SectionKind.h 183 static SectionKind getText() { return get(Text); }
  /src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
ubsan_diag.h 113 const char *getText() const { return Text; }
  /src/external/gpl3/gcc/dist/libsanitizer/ubsan/
ubsan_diag.h 112 const char *getText() const { return Text; }
  /src/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
ubsan_diag.h 112 const char *getText() const { return Text; }
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Comment.h 281 StringRef getText() const LLVM_READONLY { return Text; }
883 StringRef getText() const LLVM_READONLY {
935 StringRef getText(unsigned LineIdx) const {
936 return Lines[LineIdx]->getText();
970 StringRef getText() const {
  /src/sys/arch/shark/shark/
scr.c 628 static char * getText(int x);
3882 ** getText
3907 char * getText(int x)

Completed in 25 milliseconds