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

Declarations

tools/lldb/include/lldb/Symbol/ClangASTContext.h
  307   CreateClassTemplateSpecializationType(clang::ClassTemplateSpecializationDecl *

References

tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
 1539         clang_type = m_ast.CreateClassTemplateSpecializationType(
tools/lldb/unittests/Symbol/TestClangASTContext.cpp
  415   CompilerType type = m_ast->CreateClassTemplateSpecializationType(spec_decl);