Home
last modified time | relevance | path

Searched refs:is_scoped (Results 51 – 74 of 74) sorted by relevance

123

/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/include/lldb/Symbol/
H A DClangASTContext.h371 bool is_scoped);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h450 bool is_scoped);
H A DTypeSystemClang.cpp2168 const CompilerType &integer_clang_type, bool is_scoped) { in CreateEnumerationType() argument
2179 enum_decl->setScoped(is_scoped); in CreateEnumerationType()
2180 enum_decl->setScopedUsingClassTag(is_scoped); in CreateEnumerationType()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h434 bool is_scoped);
H A DTypeSystemClang.cpp2307 const CompilerType &integer_clang_type, bool is_scoped) { in CreateEnumerationType() argument
2318 enum_decl->setScoped(is_scoped); in CreateEnumerationType()
2319 enum_decl->setScopedUsingClassTag(is_scoped); in CreateEnumerationType()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h453 bool is_scoped);
H A DTypeSystemClang.cpp2171 const CompilerType &integer_clang_type, bool is_scoped) { in CreateEnumerationType() argument
2182 enum_decl->setScoped(is_scoped); in CreateEnumerationType()
2183 enum_decl->setScopedUsingClassTag(is_scoped); in CreateEnumerationType()
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h439 bool is_scoped);
H A DTypeSystemClang.cpp2202 const CompilerType &integer_clang_type, bool is_scoped) { in CreateEnumerationType() argument
2213 enum_decl->setScoped(is_scoped); in CreateEnumerationType()
2214 enum_decl->setScopedUsingClassTag(is_scoped); in CreateEnumerationType()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h434 bool is_scoped);
H A DTypeSystemClang.cpp2307 const CompilerType &integer_clang_type, bool is_scoped) { in CreateEnumerationType() argument
2318 enum_decl->setScoped(is_scoped); in CreateEnumerationType()
2319 enum_decl->setScopedUsingClassTag(is_scoped); in CreateEnumerationType()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h425 bool is_scoped);
H A DTypeSystemClang.cpp2301 const CompilerType &integer_clang_type, bool is_scoped) { in CreateEnumerationType() argument
2312 enum_decl->setScoped(is_scoped); in CreateEnumerationType()
2313 enum_decl->setScopedUsingClassTag(is_scoped); in CreateEnumerationType()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h434 bool is_scoped);
H A DTypeSystemClang.cpp2307 const CompilerType &integer_clang_type, bool is_scoped) { in CreateEnumerationType() argument
2318 enum_decl->setScoped(is_scoped); in CreateEnumerationType()
2319 enum_decl->setScopedUsingClassTag(is_scoped); in CreateEnumerationType()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h439 bool is_scoped);
H A DTypeSystemClang.cpp2202 const CompilerType &integer_clang_type, bool is_scoped) { in CreateEnumerationType() argument
2213 enum_decl->setScoped(is_scoped); in CreateEnumerationType()
2214 enum_decl->setScopedUsingClassTag(is_scoped); in CreateEnumerationType()
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h434 bool is_scoped);
H A DTypeSystemClang.cpp2307 const CompilerType &integer_clang_type, bool is_scoped) { in CreateEnumerationType() argument
2318 enum_decl->setScoped(is_scoped); in CreateEnumerationType()
2319 enum_decl->setScopedUsingClassTag(is_scoped); in CreateEnumerationType()
/dports/math/vtk9/VTK-9.1.0/Wrapping/Tools/
H A DvtkParse.tab.c250 static void start_enum(const char* name, int is_scoped, unsigned int type, const char* basename);
9076 static void start_enum(const char* name, int is_scoped, unsigned int type, const char* basename) in start_enum() argument
9084 if (type == 0 && is_scoped) in start_enum()
9125 if (is_scoped) in start_enum()
/dports/math/vtk6/VTK-6.2.0/Wrapping/Tools/
H A DvtkParse.tab.c268 void start_enum(const char *name, int is_scoped,
10945 void start_enum(const char *name, int is_scoped, in start_enum() argument
10954 if (type == 0 && is_scoped) in start_enum()
10983 if (is_scoped) in start_enum()
/dports/math/vtk8/VTK-8.2.0/Wrapping/Tools/
H A DvtkParse.tab.c287 void start_enum(const char *name, int is_scoped,
11120 void start_enum(const char *name, int is_scoped, in start_enum() argument
11129 if (type == 0 && is_scoped) in start_enum()
11159 if (is_scoped) in start_enum()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/source/Symbol/
H A DClangASTContext.cpp2032 bool is_scoped) { in CreateEnumerationType() argument
2043 is_scoped, // IsScoped in CreateEnumerationType()
2044 is_scoped, // IsScopedUsingClassTag in CreateEnumerationType()
/dports/devel/R-cran-rlang/rlang/
H A DNEWS.md1044 * `is_scoped()` has been soft-deprecated and renamed to

123