#include "clang/AST/TypeLoc.h"
#include "llvm/Support/ErrorHandling.h"
#include "clang/AST/TypeLocNodes.def"
Go to the source code of this file.
|
namespace | clang |
| The JSON file list parser is used to communicate input to InstallAPI.
|
â ABSTRACT_TYPELOC [1/2]
#define ABSTRACT_TYPELOC |
( |
| CLASS, |
|
|
| PARENT ) |
â ABSTRACT_TYPELOC [2/2]
#define ABSTRACT_TYPELOC |
( |
| CLASS, |
|
|
| PARENT ) |
â DISPATCH
#define DISPATCH |
( |
| CLASSNAME | ) |
|
Value: return static_cast<ImplClass*>(this)-> \
Visit##CLASSNAME(TyLoc.castAs<CLASSNAME>())
Definition at line 20 of file TypeLocVisitor.h.
â TYPELOC [1/3]
#define TYPELOC |
( |
| CLASS, |
|
|
| PARENT ) |
â TYPELOC [2/3]
#define TYPELOC |
( |
| CLASS, |
|
|
| PARENT ) |
â TYPELOC [3/3]
#define TYPELOC |
( |
| CLASS, |
|
|
| PARENT ) |
Value: RetTy Visit##CLASS##TypeLoc(CLASS##TypeLoc TyLoc) { \
DISPATCH(PARENT); \
}
Definition at line 47 of file TypeLocVisitor.h.