Searched refs:is_scoped (Results 1 – 2 of 2) sorted by relevance
441 bool is_scoped);
2345 const CompilerType &integer_clang_type, bool is_scoped) { in CreateEnumerationType() argument2356 enum_decl->setScoped(is_scoped); in CreateEnumerationType()2357 enum_decl->setScopedUsingClassTag(is_scoped); in CreateEnumerationType()