reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
614 TypeSpecifierWidth getWrittenWidthSpec() const { 625 void setWrittenWidthSpec(TypeSpecifierWidth written) {tools/clang/include/clang/Sema/DeclSpec.h
252 typedef TypeSpecifierWidth TSW;
tools/clang/lib/Sema/DeclSpec.cpp454 template <class T> static bool BadSpecifier(T TNew, T TPrev, 454 template <class T> static bool BadSpecifier(T TNew, T TPrev,tools/clang/lib/Sema/SemaDeclCXX.cpp
9123 template<typename T> void check(SourceLocation SpecLoc, T Spec) {