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 462 TSW getTypeSpecWidth() const { return (TSW)TypeSpecWidth; }
561 getTypeSpecWidth() != DeclSpec::TSW_unspecified ||
    [all...]
  /external/clang/lib/Sema/
DeclSpec.cpp 833 writtenBS.Width = getTypeSpecWidth();
    [all...]
SemaType.cpp 825 switch (DS.getTypeSpecWidth()) {
844 switch (DS.getTypeSpecWidth()) {
876 if (DS.getTypeSpecWidth() == DeclSpec::TSW_long)
910 assert(DS.getTypeSpecWidth() == 0 && DS.getTypeSpecComplex() == 0 &
    [all...]
  /external/clang/lib/Parse/
ParseDecl.cpp     [all...]

Completed in 33 milliseconds