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 237 enum TSC {
315 /*TSC*/unsigned TypeSpecComplex : 2;
451 TSC getTypeSpecComplex() const { return (TSC)TypeSpecComplex; }
495 static const char *getSpecifierName(DeclSpec::TSC C);
580 bool SetTypeSpecComplex(TSC C, SourceLocation Loc, const char *&PrevSpec,
    [all...]
  /external/clang/lib/Sema/
DeclSpec.cpp 377 const char *DeclSpec::getSpecifierName(TSC C) {
545 bool DeclSpec::SetTypeSpecComplex(TSC C, SourceLocation Loc,
549 return BadSpecifier(C, (TSC)TypeSpecComplex, PrevSpec, DiagID);
    [all...]

Completed in 22 milliseconds