Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/API/
DSBType.h183 lldb::TemplateArgumentKind GetTemplateArgumentKind(uint32_t idx);
/freebsd-12-stable/contrib/llvm-project/lldb/source/API/
DSBType.cpp583 lldb::TemplateArgumentKind SBType::GetTemplateArgumentKind(uint32_t idx) { in GetTemplateArgumentKind()
584 LLDB_RECORD_METHOD(lldb::TemplateArgumentKind, SBType, in GetTemplateArgumentKind()
990 LLDB_REGISTER_METHOD(lldb::TemplateArgumentKind, SBType, in RegisterMethods()
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
DCompilerType.h343 lldb::TemplateArgumentKind GetTemplateArgumentKind(size_t idx) const;
DTypeSystem.h352 virtual lldb::TemplateArgumentKind
/freebsd-12-stable/contrib/llvm-project/lldb/source/Symbol/
DTypeSystem.cpp125 TemplateArgumentKind
DCompilerType.cpp669 TemplateArgumentKind CompilerType::GetTemplateArgumentKind(size_t idx) const { in GetTemplateArgumentKind()
/freebsd-12-stable/contrib/llvm-project/lldb/bindings/interface/
DSBType.i763 lldb::TemplateArgumentKind
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/
Dlldb-enumerations.h814 enum TemplateArgumentKind { enum
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DPropertiesBase.td135 def TemplateArgumentKind : EnumPropertyType<"TemplateArgument::ArgKind">;
716 def : PropertyTypeKind<TemplateArgument, TemplateArgumentKind,
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.h823 lldb::TemplateArgumentKind
DTypeSystemClang.cpp7110 lldb::TemplateArgumentKind
/freebsd-12-stable/lib/clang/liblldb/
DLLDBWrapLua.cpp59528 lldb::TemplateArgumentKind result; in _wrap_SBType_GetTemplateArgumentKind()
59539 result = (lldb::TemplateArgumentKind)(arg1)->GetTemplateArgumentKind(arg2); in _wrap_SBType_GetTemplateArgumentKind()