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
cdb18248
Commit
cdb18248
authored
Aug 17, 2010
by
Roberto Raggi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update the source locations.
parent
0e3ac0be
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
68 additions
and
26 deletions
+68
-26
src/shared/cplusplus/Bind.cpp
src/shared/cplusplus/Bind.cpp
+64
-26
src/shared/cplusplus/Bind.h
src/shared/cplusplus/Bind.h
+4
-0
No files found.
src/shared/cplusplus/Bind.cpp
View file @
cdb18248
This diff is collapsed.
Click to expand it.
src/shared/cplusplus/Bind.h
View file @
cdb18248
...
...
@@ -70,6 +70,10 @@ public:
protected:
using
ASTVisitor
::
translationUnit
;
unsigned
location
(
DeclaratorAST
*
ast
,
unsigned
defaultLocation
)
const
;
unsigned
location
(
CoreDeclaratorAST
*
ast
,
unsigned
defaultLocation
)
const
;
unsigned
location
(
NameAST
*
name
,
unsigned
defaultLocation
)
const
;
static
int
visibilityForAccessSpecifier
(
int
tokenKind
);
static
int
visibilityForClassKey
(
int
tokenKind
);
static
int
visibilityForObjCAccessSpecifier
(
int
tokenKind
);
...
...
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