Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DASTResultSynthesizer.h124 bool SynthesizeFunctionResult(clang::FunctionDecl *FunDecl);
DASTResultSynthesizer.cpp94 SynthesizeFunctionResult(function_decl); in TransformTopLevelDecl()
114 bool ASTResultSynthesizer::SynthesizeFunctionResult(FunctionDecl *FunDecl) { in SynthesizeFunctionResult() function in ASTResultSynthesizer