Searched defs:GetDeclaration (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DVariable.h44 const Declaration &GetDeclaration() const { return m_declaration; } function in class:lldb_private::Variable
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DFunction.cpp51 Declaration &FunctionInfo::GetDeclaration() { return m_declaration; } function in class:FunctionInfo
53 const Declaration &FunctionInfo::GetDeclaration() const { function in class:FunctionInfo
H A DType.cpp467 const Declaration &Type::GetDeclaration() const { return m_decl; } function in class:Type
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DValueObjectSyntheticFilter.cpp403 bool ValueObjectSynthetic::GetDeclaration(Declaration &decl) { function in class:ValueObjectSynthetic
H A DValueObjectVariable.cpp259 bool ValueObjectVariable::GetDeclaration(Declaration &decl) { function in class:ValueObjectVariable
H A DValueObjectDynamicValue.cpp371 bool ValueObjectDynamicValue::GetDeclaration(Declaration &decl) { function in class:ValueObjectDynamicValue
H A DValueObject.cpp1649 bool ValueObject::GetDeclaration(Declaration &decl) { function in class:ValueObject
/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Devent_rpcgen.py437 def GetDeclaration(self, funcname): member in class:Entry
522 def GetDeclaration(self, funcname): member in class:EntryBytes
958 def GetDeclaration(self, funcname): member in class:EntryVarBytes
1085 def GetDeclaration(self, funcname): member in class:EntryArray
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBValue.cpp1434 lldb::SBDeclaration SBValue::GetDeclaration() { function in class:SBValue

Completed in 144 milliseconds