begin() const | comma::TextProvider | |
end() const | comma::TextProvider | |
extract(Location start, Location end) const | comma::TextProvider | |
extract(const TextIterator &iter, const TextIterator &endIter) const | comma::TextProvider | |
extract(const SourceLocation &sloc) const | comma::TextProvider | |
extract(const TextIterator &iter, const TextIterator &endIter, char *buffer, size_t size) const | comma::TextProvider | |
getColumn(Location) const | comma::TextProvider | |
getColumn(const TextIterator &ti) const | comma::TextProvider | [inline] |
getIdentity() const | comma::TextProvider | [inline] |
getLine(Location) const | comma::TextProvider | |
getLine(const TextIterator &ti) const | comma::TextProvider | [inline] |
getLocation(const TextIterator &ti) const | comma::TextProvider | |
getSourceLocation(const TextIterator &ti) const | comma::TextProvider | |
getSourceLocation(const Location loc) const | comma::TextProvider | |
TextIterator class | comma::TextProvider | [friend] |
TextProvider(const llvm::sys::Path &path) | comma::TextProvider | |
TextProvider(const char *buffer, size_t size) | comma::TextProvider | |
TextProvider(const std::string &string) | comma::TextProvider | |
~TextProvider() | comma::TextProvider |