Home
last modified time | relevance | path

Searched defs:FunctionFlags (Results 1 – 1 of 1) sorted by relevance

/AOO42X/main/autodoc/inc/ary/cpp/
H A Dc_vfflag.hxx72 struct FunctionFlags struct
75 enum E_Flags
87 FunctionFlags( in FunctionFlags() function
91 bool operator==( in operator ==()
95 bool operator!=( in operator !=()
100 void Reset() { nFlags = 0; } in Reset()
102 void SetStaticLocal() { nFlags |= f_static_local; } in SetStaticLocal()
103 void SetStaticMember() { nFlags |= f_static_member; } in SetStaticMember()
104 void SetExtern() { nFlags |= f_extern; } in SetExtern()
105 void SetExternC() { nFlags |= f_externC; } in SetExternC()
[all …]