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

References

tools/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp
 1995       function_decl = context.AddFunDecl(copied_function_type, extern_c);
 1997       if (!function_decl) {
 2021     function_decl = context.AddGenericFunDecl();
 2060   parser_vars->m_named_decl = function_decl;
 2065         function_decl ? ASTDumper(function_decl).GetCString() : "nullptr";
 2065         function_decl ? ASTDumper(function_decl).GetCString() : "nullptr";