Home
last modified time | relevance | path

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

/trunk/main/autodoc/source/parser/cpp/
H A Dpe_vafu.cxx624 typedef ary::cpp::FunctionFlags FuncFlags; in CreateFunctionFlags() typedef
626 return FuncFlags( UINT16( in CreateFunctionFlags()
627 … ( bStatic AND Env().Context().CurClass() == 0 ? FuncFlags::f_static_local : 0 ) in CreateFunctionFlags()
628 … | ( bStatic AND Env().Context().CurClass() != 0 ? FuncFlags::f_static_member : 0 ) in CreateFunctionFlags()
629 | ( bExtern ? FuncFlags::f_extern : 0 ) in CreateFunctionFlags()
630 | ( Env().IsExternC() ? FuncFlags::f_externC : 0 ) in CreateFunctionFlags()
631 | ( bMutable ? FuncFlags::f_mutable : 0 ) in CreateFunctionFlags()
632 | ( bInline ? FuncFlags::f_inline : 0 ) in CreateFunctionFlags()
633 | ( bRegister ? FuncFlags::f_register : 0 ) in CreateFunctionFlags()
634 | ( bExplicit ? FuncFlags::f_explicit : 0 ) ) in CreateFunctionFlags()

Completed in 19 milliseconds