clang API Documentation
Defines implementation details of the clang::SourceManager class. More...
#include "clang/Basic/SourceLocation.h"
#include "clang/Basic/SourceManager.h"
#include "llvm/ADT/StringMap.h"
#include <map>
Go to the source code of this file.
Classes | |
struct | clang::LineEntry |
class | clang::LineTableInfo |
Used to hold and unique data used to represent #line information. More... | |
Namespaces | |
namespace | clang |
Functions | |
bool | clang::operator< (const LineEntry &lhs, const LineEntry &rhs) |
bool | clang::operator< (const LineEntry &E, unsigned Offset) |
bool | clang::operator< (unsigned Offset, const LineEntry &E) |
Defines implementation details of the clang::SourceManager class.
Definition in file SourceManagerInternals.h.