clang API Documentation
#include "clang/AST/ASTContext.h"
#include "clang/AST/Attr.h"
#include "clang/AST/Decl.h"
#include "clang/AST/DeclCXX.h"
#include "clang/AST/DeclObjC.h"
#include "clang/AST/DeclVisitor.h"
#include "clang/AST/Expr.h"
#include "clang/AST/ExprCXX.h"
#include "clang/AST/PrettyPrinter.h"
#include "clang/Basic/Module.h"
#include "llvm/Support/raw_ostream.h"
Go to the source code of this file.
Functions | |
static QualType | GetBaseType (QualType T) |
static QualType | getDeclType (Decl *D) |
static QualType GetBaseType | ( | QualType | T | ) | [static] |
Definition at line 105 of file DeclPrinter.cpp.
References clang::Type::getAs(), clang::Type::getPointeeType(), and clang::Type::isSpecifierType().
static QualType getDeclType | ( | Decl * | D | ) | [static] |
Definition at line 129 of file DeclPrinter.cpp.