Home
last modified time | relevance | path

Searched defs:DeclGetConstantValue (Results 1 – 2 of 2) sorted by relevance

/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.cpp9259 Scalar TypeSystemClang::DeclGetConstantValue(void *opaque_decl) { in DeclGetConstantValue() function in TypeSystemClang