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

References

tools/clang/include/clang/Sema/DeclSpec.h
  430         TypeSpecComplex(TSC_unspecified), TypeSpecSign(TSS_unspecified),
  615            getTypeSpecComplex() != DeclSpec::TSC_unspecified ||
tools/clang/lib/Sema/DeclSpec.cpp
  503   case TSC_unspecified: return "unspecified";
  685   if (TypeSpecComplex != TSC_unspecified)
 1072        TypeSpecComplex != TSC_unspecified ||
 1093     TypeSpecComplex = TSC_unspecified;
 1219   if (TypeSpecComplex != TSC_unspecified) {
 1233       TypeSpecComplex = TSC_unspecified;
tools/clang/lib/Sema/SemaCodeComplete.cpp
 4199       DS.getTypeSpecComplex() == DeclSpec::TSC_unspecified &&