clang API Documentation

Defines | Functions
USRGeneration.cpp File Reference
#include "clang/Index/USRGeneration.h"
#include "clang/AST/ASTContext.h"
#include "clang/AST/DeclTemplate.h"
#include "clang/AST/DeclVisitor.h"
#include "clang/Lex/PreprocessingRecord.h"
#include "llvm/ADT/SmallString.h"
#include "llvm/Support/Path.h"
#include "llvm/Support/raw_ostream.h"
#include "clang/AST/BuiltinTypes.def"
Include dependency graph for USRGeneration.cpp:

Go to the source code of this file.

Defines

#define BUILTIN_TYPE(Id, SingletonId)
#define PLACEHOLDER_TYPE(Id, SingletonId)   case BuiltinType::Id:

Functions

static bool printLoc (llvm::raw_ostream &OS, SourceLocation Loc, const SourceManager &SM, bool IncludeOffset)

Define Documentation

#define BUILTIN_TYPE (   Id,
  SingletonId 
)
#define PLACEHOLDER_TYPE (   Id,
  SingletonId 
)    case BuiltinType::Id:

Function Documentation

static bool printLoc ( llvm::raw_ostream &  OS,
SourceLocation  Loc,
const SourceManager SM,
bool  IncludeOffset 
) [static]