|
clang
5.0.0
|
#include "clang/AST/TypeLoc.h"#include "clang/AST/ASTContext.h"#include "clang/AST/Expr.h"#include "clang/AST/TypeLocVisitor.h"#include "llvm/Support/ErrorHandling.h"#include "clang/AST/TypeLocNodes.def"#include "clang/Basic/OpenCLImageTypes.def"Go to the source code of this file.
Macros | |
| #define | ABSTRACT_TYPELOC(CLASS, PARENT) |
| #define | TYPELOC(CLASS, PARENT) |
| #define | ABSTRACT_TYPELOC(CLASS, PARENT) |
| #define | TYPELOC(CLASS, PARENT) |
| #define | ABSTRACT_TYPELOC(CLASS, PARENT) |
| #define | TYPELOC(CLASS, PARENT) |
| #define | ABSTRACT_TYPELOC(CLASS, PARENT) |
| #define | TYPELOC(CLASS, PARENT) |
| #define | ABSTRACT_TYPELOC(CLASS, PARENT) |
| #define | TYPELOC(CLASS, PARENT) |
| #define | ABSTRACT_TYPELOC(CLASS, PARENT) |
| #define | TYPELOC(CLASS, PARENT) |
| #define | ABSTRACT_TYPELOC(CLASS, PARENT) |
| #define | TYPELOC(CLASS, PARENT) |
| #define | IMAGE_TYPE(ImgType, Id, SingletonId, Access, Suffix) case BuiltinType::Id: |
Variables | |
| static const unsigned | TypeLocMaxDataAlign = alignof(void *) |
| #define ABSTRACT_TYPELOC | ( | CLASS, | |
| PARENT | |||
| ) |
Definition at line 253 of file TypeLoc.cpp.
| #define ABSTRACT_TYPELOC | ( | CLASS, | |
| PARENT | |||
| ) |
Definition at line 253 of file TypeLoc.cpp.
| #define ABSTRACT_TYPELOC | ( | CLASS, | |
| PARENT | |||
| ) |
Definition at line 253 of file TypeLoc.cpp.
| #define ABSTRACT_TYPELOC | ( | CLASS, | |
| PARENT | |||
| ) |
Definition at line 253 of file TypeLoc.cpp.
| #define ABSTRACT_TYPELOC | ( | CLASS, | |
| PARENT | |||
| ) |
Definition at line 253 of file TypeLoc.cpp.
| #define ABSTRACT_TYPELOC | ( | CLASS, | |
| PARENT | |||
| ) |
Definition at line 253 of file TypeLoc.cpp.
| #define ABSTRACT_TYPELOC | ( | CLASS, | |
| PARENT | |||
| ) |
Definition at line 253 of file TypeLoc.cpp.
| #define IMAGE_TYPE | ( | ImgType, | |
| Id, | |||
| SingletonId, | |||
| Access, | |||
| Suffix | |||
| ) | case BuiltinType::Id: |
| #define TYPELOC | ( | CLASS, | |
| PARENT | |||
| ) |
Definition at line 254 of file TypeLoc.cpp.
| #define TYPELOC | ( | CLASS, | |
| PARENT | |||
| ) |
Definition at line 254 of file TypeLoc.cpp.
| #define TYPELOC | ( | CLASS, | |
| PARENT | |||
| ) |
Definition at line 254 of file TypeLoc.cpp.
| #define TYPELOC | ( | CLASS, | |
| PARENT | |||
| ) |
Definition at line 254 of file TypeLoc.cpp.
| #define TYPELOC | ( | CLASS, | |
| PARENT | |||
| ) |
Definition at line 254 of file TypeLoc.cpp.
| #define TYPELOC | ( | CLASS, | |
| PARENT | |||
| ) |
Definition at line 254 of file TypeLoc.cpp.
| #define TYPELOC | ( | CLASS, | |
| PARENT | |||
| ) |
Definition at line 254 of file TypeLoc.cpp.
Definition at line 21 of file TypeLoc.cpp.
Referenced by clang::TypeLoc::copy().
1.8.6