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

  /external/clang/include/clang/Sema/
DeclSpec.h 227 enum TSC {
296 /*TSC*/unsigned TypeSpecComplex : 2;
429 TSC getTypeSpecComplex() const { return (TSC)TypeSpecComplex; }
474 static const char *getSpecifierName(DeclSpec::TSC C);
555 bool SetTypeSpecComplex(TSC C, SourceLocation Loc, const char *&PrevSpec,
    [all...]
  /external/clang/lib/Sema/
DeclSpec.cpp 360 const char *DeclSpec::getSpecifierName(TSC C) {
511 bool DeclSpec::SetTypeSpecComplex(TSC C, SourceLocation Loc,
515 return BadSpecifier(C, (TSC)TypeSpecComplex, PrevSpec, DiagID);
    [all...]

Completed in 99 milliseconds