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

Declarations

tools/lldb/include/lldb/Symbol/ClangASTContext.h
  929   static clang::TypedefNameDecl *GetAsTypedefDecl(const CompilerType &type);

References

tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp
  886   clang::TypedefNameDecl *tnd = m_clang.GetAsTypedefDecl(ct);
tools/lldb/source/Plugins/SymbolFile/PDB/PDBASTParser.cpp
  565       auto typedef_decl = ClangASTContext::GetAsTypedefDecl(ast_typedef);
tools/lldb/source/Symbol/ClangASTContext.cpp
 8996                  GetAsTypedefDecl(type->GetFullCompilerType()))