Home
last modified time | relevance | path

Searched refs:DeclGetConstantValue (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerDecl.cpp62 return m_type_system->DeclGetConstantValue(m_opaque_decl); in GetConstantValue()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DTypeSystem.h115 virtual Scalar DeclGetConstantValue(void *opaque_decl) { return Scalar(); } in DeclGetConstantValue() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h569 Scalar DeclGetConstantValue(void *opaque_decl) override;
H A DTypeSystemClang.cpp9259 Scalar TypeSystemClang::DeclGetConstantValue(void *opaque_decl) { in DeclGetConstantValue() function in TypeSystemClang