OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:current_class_type
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/cp/
decl2.cc
973
DECL_CONTEXT (decl) =
current_class_type
;
982
if (LOCAL_CLASS_P (
current_class_type
)
987
current_class_type
, decl);
989
for (tree t =
current_class_type
; TYPE_P (t);
1086
DECL_CONTEXT (value) =
current_class_type
;
1182
&& DECL_CONTEXT (value) !=
current_class_type
)
1191
DECL_CONTEXT (value) =
current_class_type
;
5118
if (! global_bindings_p () ||
current_class_type
986
current_class_type
, decl);
local
cp-tree.h
1941
#define
current_class_type
scope_chain->class_type
1936
#define
current_class_type
macro
/src/external/gpl3/gcc.old/dist/gcc/cp/
decl2.cc
902
DECL_CONTEXT (decl) =
current_class_type
;
911
if (LOCAL_CLASS_P (
current_class_type
)
916
current_class_type
, decl);
918
for (tree t =
current_class_type
; TYPE_P (t);
1015
DECL_CONTEXT (value) =
current_class_type
;
1111
&& DECL_CONTEXT (value) !=
current_class_type
)
1120
DECL_CONTEXT (value) =
current_class_type
;
5089
if (! global_bindings_p () ||
current_class_type
915
current_class_type
, decl);
local
cp-tree.h
1891
#define
current_class_type
scope_chain->class_type
1886
#define
current_class_type
macro
Completed in 34 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026