Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTResultSynthesizer.h142 bool SynthesizeObjCMethodResult(clang::ObjCMethodDecl *MethodDecl);
H A DASTResultSynthesizer.cpp87 SynthesizeObjCMethodResult(method_decl); in TransformTopLevelDecl()
155 bool ASTResultSynthesizer::SynthesizeObjCMethodResult( in SynthesizeObjCMethodResult() function in ASTResultSynthesizer