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

Declarations

tools/lldb/include/lldb/Symbol/ClangASTContext.h
  197   static CompilerType GetTypeForDecl(clang::TagDecl *decl);

References

tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
  217   CompilerType type = ClangASTContext::GetTypeForDecl(tag_decl_ctx);
tools/lldb/source/Symbol/ClangASTContext.cpp
 1322     return GetTypeForDecl(tag_decl);
 9832     CompilerType clang_type = GetTypeForDecl(decl);