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

Declarations

tools/lldb/include/lldb/Symbol/ClangASTContext.h
  955   GetOpaqueCompilerType(clang::ASTContext *ast, lldb::BasicType basic_type);

References

tools/lldb/source/Symbol/ClangASTContext.cpp
 1017       GetOpaqueCompilerType(ast, basic_type);
tools/lldb/unittests/Symbol/TestClangASTContext.cpp
  237       ClangASTContext::GetOpaqueCompilerType(context, lldb::eBasicTypeBool);