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

Declarations

tools/lldb/include/lldb/Symbol/ClangASTContext.h
  195   static CompilerType GetTypeForDecl(clang::NamedDecl *decl);

References

tools/lldb/source/Symbol/ClangASTContext.cpp
 1313     return GetTypeForDecl(named_decl);
10133                   CompilerType clang_type = ClangASTContext::GetTypeForDecl(nd);