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

Declarations

tools/lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.h
  497   clang::NamedDecl *AddFunDecl(const CompilerType &type, bool extern_c = false);

References

tools/lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.cpp
 2212   return AddFunDecl(
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp
 1995       function_decl = context.AddFunDecl(copied_function_type, extern_c);