|
int | AddAnnotatedRecordDecl (const ClassSelectionRule *, const clang::Type *, const clang::RecordDecl *, const std::string &, const clang::TypedefNameDecl *, unsigned int indexOffset=0) |
|
std::string | ConvTemplateArguments (const clang::TemplateArgumentList &list) const |
|
std::string | ConvTemplateName (clang::TemplateName &N) const |
|
std::string | ConvTemplateParameterList (clang::TemplateParameterList *list) const |
|
std::string | ConvTemplateParams (clang::TemplateDecl *D) const |
|
void | DeclInfo (clang::Decl *D) const |
|
std::string | ExprToStr (clang::Expr *expr) const |
|
unsigned int | FuncModifiers (clang::FunctionDecl *D) const |
|
std::string | FuncParameterList (clang::FunctionDecl *D) const |
|
std::string | FuncParameters (clang::FunctionDecl *D) const |
|
std::string | GetEnumName (clang::EnumDecl *D) const |
|
std::string | GetLocation (clang::Decl *D) const |
|
std::string | GetName (clang::Decl *D) const |
|
std::string | GetSrcLocation (clang::SourceLocation L) const |
|
bool | shouldVisitDecl (clang::NamedDecl *D) |
| Whether we can actually visit this declaration, i.e. More...
|
|
void | ShowError (const std::string &msg, const std::string &location="") const |
|
void | ShowInfo (const std::string &msg, const std::string &location="") const |
|
void | ShowTemplateInfo (const std::string &msg, const std::string &location="") const |
|
void | ShowWarning (const std::string &msg, const std::string &location="") const |
|
void | UnexpectedDecl (clang::Decl *D, const std::string &txt="") const |
| unexpected - this kind of declaration is unexpected (in concrete place) More...
|
|
void | UnimplementedDecl (clang::Decl *D, const std::string &txt="") |
| information about item, that should be implemented More...
|
|
void | UnimportantDecl (clang::Decl *D, const std::string &txt="") const |
| unimportant - this kind of declaration is not stored into reflex More...
|
|
void | UnknownDecl (clang::Decl *D, const std::string &txt="") const |
| unknown - this kind of declaration was not known to programmer More...
|
|
void | UnknownType (clang::QualType qual_type) const |
|
void | UnsupportedDecl (clang::Decl *D, const std::string &txt="") const |
| unsupported - this kind of declaration is probably not used (in current version of C++) More...
|
|
void | UnsupportedType (clang::QualType qual_type) const |
|
unsigned int | VarModifiers (clang::VarDecl *D) const |
|
unsigned int | Visibility (clang::Decl *D) const |
|
unsigned int | VisibilityModifiers (clang::AccessSpecifier access) const |
|