reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
 1087             function_decl = llvm::dyn_cast_or_null<clang::FunctionDecl>(
 1090             if (function_decl) {
 1091               LinkDeclContextToDIE(function_decl, die);
 1096         if (!function_decl) {
 1098           function_decl = m_ast.CreateFunctionDeclaration(
 1117                 function_decl, func_template_decl, template_param_infos);
 1120           lldbassert(function_decl);
 1122           if (function_decl) {
 1123             LinkDeclContextToDIE(function_decl, die);
 1126               m_ast.SetFunctionParameters(function_decl,
 1144                         static_cast<void *>(function_decl));
 1146             m_ast.SetMetadata(function_decl, metadata);