Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTResultSynthesizer.cpp176 Stmt *method_body = MethodDecl->getBody(); in SynthesizeObjCMethodResult() local
178 if (!method_body) in SynthesizeObjCMethodResult()
181 CompoundStmt *compound_stmt = dyn_cast<CompoundStmt>(method_body); in SynthesizeObjCMethodResult()