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

/external/clang/include/clang/Sema/
H A DDeclSpec.h463 TSW getTypeSpecWidth() const { return (TSW)TypeSpecWidth; } function in class:clang::DeclSpec
571 getTypeSpecWidth() != DeclSpec::TSW_unspecified ||
/external/clang/lib/Sema/
H A DDeclSpec.cpp898 writtenBS.Width = getTypeSpecWidth();
H A DSemaType.cpp814 switch (DS.getTypeSpecWidth()) {
833 switch (DS.getTypeSpecWidth()) {
865 if (DS.getTypeSpecWidth() == DeclSpec::TSW_long)
899 assert(DS.getTypeSpecWidth() == 0 && DS.getTypeSpecComplex() == 0 &&
912 assert(DS.getTypeSpecWidth() == 0 && DS.getTypeSpecComplex() == 0 &&
/external/clang/lib/Parse/
H A DParseDecl.cpp2972 if (DS.getTypeSpecWidth() != DeclSpec::TSW_long)

Completed in 142 milliseconds