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 114 enum TQ { // NOTE: These flags must be kept in sync with DeclSpec::TQ.
    [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h 291 enum TQ { // NOTE: These flags must be kept in sync with Qualifiers::TQ.
296 // This has no corresponding Qualifiers::TQ value, because it's not treated
328 unsigned TypeQualifiers : 4; // Bitwise OR of TQ.
513 static const char *getSpecifierName(DeclSpec::TQ Q);
653 bool SetTypeQual(TQ T, SourceLocation Loc, const char *&PrevSpec,
    [all...]

Completed in 86 milliseconds