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

Declarations

tools/lldb/include/lldb/Symbol/ClangASTContext.h
  156   static CompilerType GetBasicType(clang::ASTContext *ast,

References

tools/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp
 1729       ClangASTContext::GetBasicType(scratch_ast_context, eBasicTypeVoid)
 1733       ClangASTContext::GetBasicType(m_ast_context, eBasicTypeVoid)
 2100         ClangASTContext::GetBasicType(m_ast_context, eBasicTypeVoid);
tools/lldb/source/Symbol/ClangASTContext.cpp
  994     return ClangASTContext::GetBasicType(ast, basic_type);
 1009   return GetBasicType(getASTContext(), basic_type);
 4934   return ClangASTContext::GetBasicType(getASTContext(), basic_type);
tools/lldb/unittests/Symbol/TestClangASTContext.cpp
  321       ClangASTContext::GetBasicType(m_ast->getASTContext(), eBasicTypeInt);