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

Declarations

tools/clang/include/clang/AST/DeclBase.h
 1776   const char *getDeclKindName() const;

References

tools/lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.cpp
  715                 name.GetCString(), context.m_decl_context->getDeclKindName());
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp
  723                 context.m_decl_context->getDeclKindName());
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCDeclVendor.cpp
   46                 name.getAsString().c_str(), decl_ctx->getDeclKindName(),
tools/lldb/source/Symbol/ClangASTContext.cpp
 2328       printf("%20s: %s\n", decl_ctx->getDeclKindName(),
 2331       printf("%20s\n", decl_ctx->getDeclKindName());
tools/lldb/source/Symbol/CxxModuleHandler.cpp
  104                         m_context->getDeclKindName(), m_error);