Searched refs:getTypeSpecWidth (Results 1 - 4 of 4) sorted by relevance

/external/clang/include/clang/Sema/
H A DDeclSpec.h462 TSW getTypeSpecWidth() const { return (TSW)TypeSpecWidth; } function in class:clang::DeclSpec
561 getTypeSpecWidth() != DeclSpec::TSW_unspecified ||
/external/clang/lib/Sema/
H A DDeclSpec.cpp833 writtenBS.Width = getTypeSpecWidth();
H A DSemaType.cpp825 switch (DS.getTypeSpecWidth()) {
844 switch (DS.getTypeSpecWidth()) {
876 if (DS.getTypeSpecWidth() == DeclSpec::TSW_long)
910 assert(DS.getTypeSpecWidth() == 0 && DS.getTypeSpecComplex() == 0 &&
923 assert(DS.getTypeSpecWidth() == 0 && DS.getTypeSpecComplex() == 0 &&
/external/clang/lib/Parse/
H A DParseDecl.cpp2878 if (DS.getTypeSpecWidth() != DeclSpec::TSW_long)

Completed in 84 milliseconds