Searched refs:lang_decl_flags (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dcp-tree.h1161 /* If a DECL has DECL_LANG_SPECIFIC, it is either a lang_decl_flags or
1162 a lang_decl (which has lang_decl_flags as its initial prefix). A struct
1165 will have only lang_decl_flags. Thus, one should only access the
1166 members of lang_decl that are not in lang_decl_flags for DECLs that
1169 struct lang_decl_flags
1208 struct lang_decl_flags decl_flags;

Completed in 109 milliseconds