OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:property_decl
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/objc/
objc-act.cc
1075
will be stored in the
PROPERTY_DECL
, from which they'll always be
1298
/* Create a
PROPERTY_DECL
node. */
1299
tree
property_decl
= make_node (
PROPERTY_DECL
);
local
1303
TREE_TYPE (
property_decl
) = p_type;
1304
DECL_SOURCE_LOCATION (
property_decl
) = DECL_SOURCE_LOCATION (decl);
1305
TREE_DEPRECATED (
property_decl
) = TREE_DEPRECATED (decl);
1306
TREE_UNAVAILABLE (
property_decl
) = TREE_UNAVAILABLE (decl);
1309
PROPERTY_NAME (
property_decl
) = DECL_NAME (decl);
1310
PROPERTY_GETTER_NAME (
property_decl
) = property_getter_ident
1428
tree
property_decl
;
local
1888
tree
property_decl
= PROPERTY_REF_PROPERTY_DECL (lhs);
local
9666
tree
property_decl
= PROPERTY_REF_PROPERTY_DECL (*expr_p);
local
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/objc/
objc-act.cc
1077
will be stored in the
PROPERTY_DECL
, from which they'll always be
1300
/* Create a
PROPERTY_DECL
node. */
1301
tree
property_decl
= make_node (
PROPERTY_DECL
);
local
1305
TREE_TYPE (
property_decl
) = p_type;
1306
DECL_SOURCE_LOCATION (
property_decl
) = DECL_SOURCE_LOCATION (decl);
1307
TREE_DEPRECATED (
property_decl
) = TREE_DEPRECATED (decl);
1308
TREE_UNAVAILABLE (
property_decl
) = TREE_UNAVAILABLE (decl);
1311
PROPERTY_NAME (
property_decl
) = DECL_NAME (decl);
1312
PROPERTY_GETTER_NAME (
property_decl
) = property_getter_ident
1430
tree
property_decl
;
local
1890
tree
property_decl
= PROPERTY_REF_PROPERTY_DECL (lhs);
local
9668
tree
property_decl
= PROPERTY_REF_PROPERTY_DECL (*expr_p);
local
[
all
...]
Completed in 28 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026