Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp9264 clang::Expr *init_expr = var_decl->getInit(); in DeclGetConstantValue() local
9265 if (!init_expr) in DeclGetConstantValue()
9268 init_expr->getIntegerConstantExpr(getASTContext()); in DeclGetConstantValue()