Searched refs:copied_function_type (Results 1 - 1 of 1) sorted by relevance

/external/lldb/source/Expression/
H A DClangExpressionDeclMap.cpp1794 ClangASTType copied_function_type = GuardedCopyType(function_clang_type); local
1795 if (copied_function_type)
1797 function_decl = context.AddFunDecl(copied_function_type);

Completed in 52 milliseconds