Home
last modified time | relevance | path

Searched refs:f_static_local (Results 1 – 2 of 2) sorted by relevance

/aoo41x/main/autodoc/inc/ary/cpp/
H A Dc_vfflag.hxx43 f_static_local = 0x0001, enumerator
55 void SetStaticLocal() { nFlags |= f_static_local; } in SetStaticLocal()
60 bool IsStaticLocal() const { return (nFlags & f_static_local) != 0; } in IsStaticLocal()
77 f_static_local = 0x0001, enumerator
102 void SetStaticLocal() { nFlags |= f_static_local; } in SetStaticLocal()
111 bool IsStaticLocal() const { return (nFlags & f_static_local) != 0; } in IsStaticLocal()
/aoo41x/main/autodoc/source/parser/cpp/
H A Dpe_vafu.cxx334 ( bStatic AND Env().Context().CurClass() == 0 ? VarFlags::f_static_local : 0 ) in SpReturn_Variable()
627 … ( bStatic AND Env().Context().CurClass() == 0 ? FuncFlags::f_static_local : 0 ) in CreateFunctionFlags()

Completed in 21 milliseconds