Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DVariable.h49 const Declaration &GetDeclaration() const { return m_declaration; } in GetDeclaration() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DValueObjectVariable.cpp305 bool ValueObjectVariable::GetDeclaration(Declaration &decl) { in GetDeclaration() function in ValueObjectVariable
H A DValueObjectDynamicValue.cpp372 bool ValueObjectDynamicValue::GetDeclaration(Declaration &decl) { in GetDeclaration() function in ValueObjectDynamicValue
H A DValueObjectSyntheticFilter.cpp379 bool ValueObjectSynthetic::GetDeclaration(Declaration &decl) { in GetDeclaration() function in ValueObjectSynthetic
H A DValueObject.cpp1642 bool ValueObject::GetDeclaration(Declaration &decl) { in GetDeclaration() function in ValueObject
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DFunction.cpp54 Declaration &FunctionInfo::GetDeclaration() { return m_declaration; } in GetDeclaration() function in FunctionInfo
56 const Declaration &FunctionInfo::GetDeclaration() const { in GetDeclaration() function in FunctionInfo
H A DType.cpp427 const Declaration &Type::GetDeclaration() const { return m_decl; } in GetDeclaration() function in Type
/freebsd-12.1/contrib/libevent/
H A Devent_rpcgen.py437 def GetDeclaration(self, funcname): member in Entry
522 def GetDeclaration(self, funcname): member in EntryBytes
958 def GetDeclaration(self, funcname): member in EntryVarBytes
1085 def GetDeclaration(self, funcname): member in EntryArray
/freebsd-12.1/contrib/ntp/sntp/libevent/
H A Devent_rpcgen.py437 def GetDeclaration(self, funcname): member in Entry
522 def GetDeclaration(self, funcname): member in EntryBytes
958 def GetDeclaration(self, funcname): member in EntryVarBytes
1085 def GetDeclaration(self, funcname): member in EntryArray
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBValue.cpp1492 lldb::SBDeclaration SBValue::GetDeclaration() { in GetDeclaration() function in SBValue