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

  /external/clang/include/clang/AST/
Type.h 118 enum TQ { // NOTE: These flags must be kept in sync with DeclSpec::TQ.
    [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h 305 enum TQ { // NOTE: These flags must be kept in sync with Qualifiers::TQ.
310 // This has no corresponding Qualifiers::TQ value, because it's not treated
342 unsigned TypeQualifiers : 4; // Bitwise OR of TQ.
520 static const char *getSpecifierName(DeclSpec::TQ Q);
660 bool SetTypeQual(TQ T, SourceLocation Loc, const char *&PrevSpec,
    [all...]

Completed in 577 milliseconds