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 480 TSW getTypeSpecWidth() const { return (TSW)TypeSpecWidth; }
588 getTypeSpecWidth() != DeclSpec::TSW_unspecified ||
    [all...]
  /external/clang/lib/Sema/
SemaType.cpp 815 switch (DS.getTypeSpecWidth()) {
834 switch (DS.getTypeSpecWidth()) {
866 if (DS.getTypeSpecWidth() == DeclSpec::TSW_long)
903 assert(DS.getTypeSpecWidth() == 0 && DS.getTypeSpecComplex() == 0 &&
    [all...]
DeclSpec.cpp 912 writtenBS.Width = getTypeSpecWidth();
    [all...]
  /external/clang/lib/Parse/
ParseDecl.cpp     [all...]

Completed in 78 milliseconds