clang 19.0.0git
Classes | Namespaces | Functions
SourceManagerInternals.h File Reference

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 "llvm/ADT/StringRef.h"
#include "llvm/Support/Allocator.h"
#include <cassert>
#include <map>
#include <vector>

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
 The JSON file list parser is used to communicate input to InstallAPI.
 

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)
 

Detailed Description

Defines implementation details of the clang::SourceManager class.

Definition in file SourceManagerInternals.h.