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

Overrides

tools/lldb/source/Symbol/TypeSystem.cpp
   75 bool TypeSystem::IsAnonymousType(lldb::opaque_compiler_type_t type) {

Declarations

tools/lldb/include/lldb/Symbol/ClangASTContext.h
  520   bool IsAnonymousType(lldb::opaque_compiler_type_t type) override;

References

tools/lldb/source/Symbol/ClangASTContext.cpp
 2803     return IsAnonymousType(llvm::cast<clang::AutoType>(qual_type)
 2807     return IsAnonymousType(llvm::cast<clang::ElaboratedType>(qual_type)
 2811     return IsAnonymousType(llvm::cast<clang::TypedefType>(qual_type)
 2816     return IsAnonymousType(