HomeSort by relevance Sort by last modified time
    Searched refs:getTypeSpecWidth (Results 1 - 4 of 4) sorted by null

  /external/clang/include/clang/Sema/
DeclSpec.h 428 TSW getTypeSpecWidth() const { return (TSW)TypeSpecWidth; }
516 getTypeSpecWidth() != DeclSpec::TSW_unspecified ||
    [all...]
  /external/clang/lib/Sema/
SemaType.cpp 692 switch (DS.getTypeSpecWidth()) {
707 switch (DS.getTypeSpecWidth()) {
733 if (DS.getTypeSpecWidth() == DeclSpec::TSW_long)
766 assert(DS.getTypeSpecWidth() == 0 && DS.getTypeSpecComplex() == 0 &&
779 assert(DS.getTypeSpecWidth() == 0 && DS.getTypeSpecComplex() == 0 &&
    [all...]
DeclSpec.cpp 753 writtenBS.Width = getTypeSpecWidth();
    [all...]
  /external/clang/lib/Parse/
ParseDecl.cpp     [all...]

Completed in 101 milliseconds