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

Declarations

tools/lldb/include/lldb/Symbol/ClangASTContext.h
  199   static CompilerType GetTypeForDecl(clang::ObjCInterfaceDecl *objc_decl);

References

tools/lldb/source/Symbol/ClangASTContext.cpp
 1320     return GetTypeForDecl(interface_decl);
 9843     CompilerType clang_type = GetTypeForDecl(decl);