Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Q
qt-creator
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Tobias Hunger
qt-creator
Commits
bcad21e5
Commit
bcad21e5
authored
Aug 12, 2010
by
Roberto Raggi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Process names.
parent
47069717
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
258 additions
and
72 deletions
+258
-72
src/shared/cplusplus/Bind.cpp
src/shared/cplusplus/Bind.cpp
+251
-65
src/shared/cplusplus/Bind.h
src/shared/cplusplus/Bind.h
+7
-7
No files found.
src/shared/cplusplus/Bind.cpp
View file @
bcad21e5
This diff is collapsed.
Click to expand it.
src/shared/cplusplus/Bind.h
View file @
bcad21e5
...
...
@@ -78,7 +78,7 @@ public:
protected:
using
ASTVisitor
::
translationUnit
;
void
objCSelectorArgument
(
ObjCSelectorArgumentAST
*
ast
);
const
Name
*
objCSelectorArgument
(
ObjCSelectorArgumentAST
*
ast
,
bool
*
hasArg
);
void
attribute
(
AttributeAST
*
ast
);
FullySpecifiedType
declarator
(
DeclaratorAST
*
ast
,
const
FullySpecifiedType
&
init
);
void
qtPropertyDeclarationItem
(
QtPropertyDeclarationItemAST
*
ast
);
...
...
@@ -88,12 +88,12 @@ protected:
void
enumerator
(
EnumeratorAST
*
ast
);
FullySpecifiedType
exceptionSpecification
(
ExceptionSpecificationAST
*
ast
,
const
FullySpecifiedType
&
init
);
void
memInitializer
(
MemInitializerAST
*
ast
);
void
nestedNameSpecifier
(
NestedNameSpecifierAST
*
ast
);
const
Name
*
nestedNameSpecifier
(
NestedNameSpecifierAST
*
ast
);
void
newPlacement
(
NewPlacementAST
*
ast
);
FullySpecifiedType
newArrayDeclarator
(
NewArrayDeclaratorAST
*
ast
,
const
FullySpecifiedType
&
init
);
void
newInitializer
(
NewInitializerAST
*
ast
);
FullySpecifiedType
newTypeId
(
NewTypeIdAST
*
ast
);
void
cppOperator
(
OperatorAST
*
ast
);
int
cppOperator
(
OperatorAST
*
ast
);
void
parameterDeclarationClause
(
ParameterDeclarationClauseAST
*
ast
);
void
translationUnit
(
TranslationUnitAST
*
ast
);
void
objCProtocolRefs
(
ObjCProtocolRefsAST
*
ast
);
...
...
@@ -269,10 +269,10 @@ protected:
virtual
bool
visit
(
ArrayDeclaratorAST
*
ast
);
private:
Scope
*
_
currentS
cope
;
ExpressionTy
_
currentE
xpression
;
const
Name
*
_
currentN
ame
;
FullySpecifiedType
_
currentT
ype
;
Scope
*
_
s
cope
;
ExpressionTy
_
e
xpression
;
const
Name
*
_
n
ame
;
FullySpecifiedType
_
t
ype
;
};
}
// end of namespace CPlusPlus
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment