Searched refs:GetDeclaration (Results 1 - 17 of 17) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/
H A DValueObjectVariable.h59 GetDeclaration (Declaration &decl);
H A DValueObject.h528 GetDeclaration (Declaration &decl);
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DFunction.h109 GetDeclaration ();
118 GetDeclaration () const;
H A DVariable.h53 GetDeclaration() const function in class:lldb_private::Variable
H A DType.h226 GetDeclaration () const;
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectFrame.cpp451 if (m_option_variable.show_decl && var_sp->GetDeclaration ().GetFile())
492 if (m_option_variable.show_decl && var_sp && var_sp->GetDeclaration ().GetFile())
494 var_sp->GetDeclaration ().DumpStopContext (&s, false);
570 if (m_option_variable.show_decl && var_sp->GetDeclaration ().GetFile())
572 var_sp->GetDeclaration ().DumpStopContext (&s, false);
H A DCommandObjectWatchpoint.cpp1088 if (var_sp && var_sp->GetDeclaration().GetFile())
1092 var_sp->GetDeclaration().DumpStopContext(&ss, true);
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Symbol/
H A DFunction.cpp69 FunctionInfo::GetDeclaration() function in class:FunctionInfo
75 FunctionInfo::GetDeclaration() const function in class:FunctionInfo
259 if (m_type != NULL && m_type->GetDeclaration().GetLine() != 0)
261 source_file = m_type->GetDeclaration().GetFile();
262 line_no = m_type->GetDeclaration().GetLine();
H A DBlock.cpp408 const Declaration &func_decl = func_type->GetDeclaration();
H A DSymbolContext.cpp809 if (!FileSpec::Equal (inline_info->GetDeclaration().GetFile(), *(m_file_spec_ap.get()), false))
H A DType.cpp483 Type::GetDeclaration () const function in class:Type
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/
H A DValueObjectVariable.cpp308 ValueObjectVariable::GetDeclaration (Declaration &decl) function in class:ValueObjectVariable
312 decl = m_variable_sp->GetDeclaration();
H A DAddress.cpp746 var->GetDeclaration().DumpStopContext(s, false);
H A DValueObject.cpp1945 ValueObject::GetDeclaration (Declaration &decl) function in class:ValueObject
/freebsd-10-stable/contrib/ntp/sntp/libevent/
H A Devent_rpcgen.py108 entry.GetDeclaration('(*%s_get)' % entry.Name()))
143 self.PrintIndented(file, '', entry.GetDeclaration(
437 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-10-stable/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBValue.h298 GetDeclaration ();
/freebsd-10-stable/contrib/llvm/tools/lldb/source/API/
H A DSBValue.cpp1632 SBValue::GetDeclaration () function in class:SBValue
1640 if (value_sp->GetDeclaration(decl))
1687 if (value_sp->GetDeclaration (decl))

Completed in 228 milliseconds