|
|
@ -147,7 +147,7 @@ protected: |
|
|
|
CppSharp::AST::FunctionTemplate^ Parser::WalkFunctionTemplate( |
|
|
|
CppSharp::AST::FunctionTemplate^ Parser::WalkFunctionTemplate( |
|
|
|
clang::FunctionTemplateDecl*); |
|
|
|
clang::FunctionTemplateDecl*); |
|
|
|
CppSharp::AST::Variable^ WalkVariable(clang::VarDecl*); |
|
|
|
CppSharp::AST::Variable^ WalkVariable(clang::VarDecl*); |
|
|
|
CppSharp::AST::RawComment^ WalkRawComment(const clang::RawComment*); |
|
|
|
CppSharp::AST::RawComment^ WalkRawComment(const clang::RawComment*); |
|
|
|
CppSharp::AST::Type^ WalkType(clang::QualType, clang::TypeLoc* = 0, |
|
|
|
CppSharp::AST::Type^ WalkType(clang::QualType, clang::TypeLoc* = 0, |
|
|
|
bool DesugarType = false); |
|
|
|
bool DesugarType = false); |
|
|
|
void WalkVTable(clang::CXXRecordDecl*, CppSharp::AST::Class^); |
|
|
|
void WalkVTable(clang::CXXRecordDecl*, CppSharp::AST::Class^); |
|
|
|