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 450 TSW getTypeSpecWidth() const { return (TSW)TypeSpecWidth; }
542 getTypeSpecWidth() != DeclSpec::TSW_unspecified ||
    [all...]
  /external/clang/lib/Sema/
DeclSpec.cpp 798 writtenBS.Width = getTypeSpecWidth();
    [all...]
SemaType.cpp 814 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 &
    [all...]
  /external/clang/lib/Parse/
ParseDecl.cpp     [all...]

Completed in 34 milliseconds