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

References

tools/clang/lib/Parse/ParseDecl.cpp
 3713       isInvalid = DS.SetTypeSpecType(DeclSpec::TST_char, Loc, PrevSpec,
tools/clang/lib/Parse/ParseExprCXX.cpp
 2134     DS.SetTypeSpecType(DeclSpec::TST_char, Loc, PrevSpec, DiagID, Policy);
tools/clang/lib/Sema/DeclSpec.cpp
  525   case DeclSpec::TST_char:        return "char";
 1112       if (((TypeSpecType != TST_unspecified) && (TypeSpecType != TST_char) &&
 1133       if ((TypeSpecType == TST_char) || (TypeSpecType == TST_int) ||
 1178              TypeSpecType != TST_char && TypeSpecType != TST_wchar &&
 1226     } else if (TypeSpecType == TST_int || TypeSpecType == TST_char) {
tools/clang/lib/Sema/SemaType.cpp
 1278   case DeclSpec::TST_char: