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

References

tools/clang/include/clang/Sema/DeclSpec.h
  471   TSC getTypeSpecComplex() const { return (TSC)TypeSpecComplex; }
tools/clang/lib/Sema/DeclSpec.cpp
  685   if (TypeSpecComplex != TSC_unspecified)
  686     return BadSpecifier(C, (TSC)TypeSpecComplex, PrevSpec, DiagID);
  687   TypeSpecComplex = C;
 1072        TypeSpecComplex != TSC_unspecified ||
 1093     TypeSpecComplex = TSC_unspecified;
 1219   if (TypeSpecComplex != TSC_unspecified) {
 1233       TypeSpecComplex = TSC_unspecified;