Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/css/
Dcfx_cssstylerule.cpp21 CFX_CSSDeclaration* CFX_CSSStyleRule::GetDeclaration() { in GetDeclaration() function in CFX_CSSStyleRule
/external/llvm-project/lldb/include/lldb/Symbol/
DVariable.h45 const Declaration &GetDeclaration() const { return m_declaration; } in GetDeclaration() function
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DFileDescriptor.cs159 internal DescriptorDeclaration GetDeclaration(IDescriptor descriptor) in GetDeclaration() method in Google.Protobuf.Reflection.FileDescriptor
/external/llvm-project/lldb/source/Core/
DValueObjectDynamicValue.cpp370 bool ValueObjectDynamicValue::GetDeclaration(Declaration &decl) { in GetDeclaration() function in ValueObjectDynamicValue
DValueObjectVariable.cpp337 bool ValueObjectVariable::GetDeclaration(Declaration &decl) { in GetDeclaration() function in ValueObjectVariable
DValueObjectSyntheticFilter.cpp408 bool ValueObjectSynthetic::GetDeclaration(Declaration &decl) { in GetDeclaration() function in ValueObjectSynthetic
DValueObject.cpp1592 bool ValueObject::GetDeclaration(Declaration &decl) { in GetDeclaration() function in ValueObject
/external/llvm-project/lldb/source/Symbol/
DFunction.cpp51 Declaration &FunctionInfo::GetDeclaration() { return m_declaration; } in GetDeclaration() function in FunctionInfo
53 const Declaration &FunctionInfo::GetDeclaration() const { in GetDeclaration() function in FunctionInfo
DType.cpp471 const Declaration &Type::GetDeclaration() const { return m_decl; } in GetDeclaration() function in Type
/external/libevent/
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
/external/llvm-project/lldb/source/API/
DSBValue.cpp1434 lldb::SBDeclaration SBValue::GetDeclaration() { in GetDeclaration() function in SBValue