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

References

tools/lldb/source/Symbol/ClangASTContext.cpp
 8840             if (ast->getTypeSize(enum_decl->getIntegerType()) <
 8841                 ast->getTypeSize(ast->IntTy)) {
 8841                 ast->getTypeSize(ast->IntTy)) {
 8843                 promotion_qual_type = ast->IntTy;
 8845                 promotion_qual_type = ast->UnsignedIntTy;