Home
last modified time | relevance | path

Searched defs:GetDeclaration (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DVariable.h45 const Declaration &GetDeclaration() const { return m_declaration; } in GetDeclaration() function
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObjectDynamicValue.cpp380 bool ValueObjectDynamicValue::GetDeclaration(Declaration &decl) { in GetDeclaration() function in ValueObjectDynamicValue
H A DValueObjectVariable.cpp342 bool ValueObjectVariable::GetDeclaration(Declaration &decl) { in GetDeclaration() function in ValueObjectVariable
H A DValueObjectSyntheticFilter.cpp412 bool ValueObjectSynthetic::GetDeclaration(Declaration &decl) { in GetDeclaration() function in ValueObjectSynthetic
H A DValueObject.cpp1515 bool ValueObject::GetDeclaration(Declaration &decl) { in GetDeclaration() function in ValueObject
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DFunction.cpp53 Declaration &FunctionInfo::GetDeclaration() { return m_declaration; } in GetDeclaration() function in FunctionInfo
55 const Declaration &FunctionInfo::GetDeclaration() const { in GetDeclaration() function in FunctionInfo
H A DType.cpp563 const Declaration &Type::GetDeclaration() const { return m_decl; } in GetDeclaration() function in Type
/freebsd/contrib/ntp/sntp/libevent/
H A Devent_rpcgen.py519 def GetDeclaration(self, funcname): member in Entry
608 def GetDeclaration(self, funcname): member in EntryBytes
1076 def GetDeclaration(self, funcname): member in EntryVarBytes
1219 def GetDeclaration(self, funcname): member in EntryArray
/freebsd/contrib/libevent/
H A Devent_rpcgen.py519 def GetDeclaration(self, funcname): member in Entry
608 def GetDeclaration(self, funcname): member in EntryBytes
1076 def GetDeclaration(self, funcname): member in EntryVarBytes
1219 def GetDeclaration(self, funcname): member in EntryArray
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBValue.cpp1400 lldb::SBDeclaration SBValue::GetDeclaration() { in GetDeclaration() function in SBValue