#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/Support/Path.h"
#include "llvm/Support/raw_ostream.h"
#include "clang/AST/BuiltinTypes.def"
#include "clang/Basic/OpenCLImageTypes.def"
#include "clang/Basic/OpenCLExtensionTypes.def"
Go to the source code of this file.
◆ BUILTIN_TYPE
#define BUILTIN_TYPE |
( |
|
Id, |
|
|
|
SingletonId |
|
) |
| |
◆ EXT_OPAQUE_TYPE
#define EXT_OPAQUE_TYPE |
( |
|
ExtType, |
|
|
|
Id, |
|
|
|
Ext |
|
) |
| case BuiltinType::Id: |
◆ IMAGE_TYPE
#define IMAGE_TYPE |
( |
|
ImgType, |
|
|
|
Id, |
|
|
|
SingletonId, |
|
|
|
Access, |
|
|
|
Suffix |
|
) |
| case BuiltinType::Id: |
◆ PLACEHOLDER_TYPE
#define PLACEHOLDER_TYPE |
( |
|
Id, |
|
|
|
SingletonId |
|
) |
| case BuiltinType::Id: |
◆ combineClassAndCategoryExtContainers()
static void combineClassAndCategoryExtContainers |
( |
StringRef |
ClsSymDefinedIn, |
|
|
StringRef |
CatSymDefinedIn, |
|
|
raw_ostream & |
OS |
|
) |
| |
|
static |
◆ GetExternalSourceContainer()
static StringRef GetExternalSourceContainer |
( |
const NamedDecl * |
D | ) |
|
|
static |
◆ printLoc()
◆ printQualifier()