Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h509 bool is_scoped);
H A DTypeSystemClang.cpp2305 const CompilerType &integer_clang_type, bool is_scoped) { in CreateEnumerationType() argument
2316 enum_decl->setScoped(is_scoped); in CreateEnumerationType()
2317 enum_decl->setScopedUsingClassTag(is_scoped); in CreateEnumerationType()