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; }
  529   static const char *getSpecifierName(DeclSpec::TSC C);
  649   bool SetTypeSpecComplex(TSC C, SourceLocation Loc, const char *&PrevSpec,
tools/clang/lib/Sema/DeclSpec.cpp
  454 template <class T> static bool BadSpecifier(T TNew, T TPrev,
  454 template <class T> static bool BadSpecifier(T TNew, T TPrev,
  501 const char *DeclSpec::getSpecifierName(TSC C) {
  682 bool DeclSpec::SetTypeSpecComplex(TSC C, SourceLocation Loc,
tools/clang/lib/Sema/SemaDeclCXX.cpp
 9123   template<typename T> void check(SourceLocation SpecLoc, T Spec) {