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

References

tools/lldb/source/Symbol/ClangASTContext.cpp
 4895         clang_ast->getTrivialTypeSourceInfo(qual_type));
 4898     if (!qual_type.isNull()) {
 4899       if (const clang::RecordType *rt = qual_type->getAs<clang::RecordType>())
 4901       if (const clang::EnumType *et = qual_type->getAs<clang::EnumType>())