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

  /external/clang/include/clang/Sema/
DeclSpec.h 268 enum TQ { // NOTE: These flags must be kept in sync with Qualifiers::TQ.
302 unsigned TypeQualifiers : 3; // Bitwise OR of TQ.
466 static const char *getSpecifierName(DeclSpec::TQ Q);
586 bool SetTypeQual(TQ T, SourceLocation Loc, const char *&PrevSpec,
    [all...]
  /external/clang/lib/Sema/
DeclSpec.cpp 407 const char *DeclSpec::getSpecifierName(TQ T) {
659 bool DeclSpec::SetTypeQual(TQ T, SourceLocation Loc, const char *&PrevSpec,
    [all...]
  /external/chromium/third_party/libjingle/source/talk/session/phone/testdata/
video.rtpdump     [all...]
  /external/clang/include/clang/AST/
Type.h 112 enum TQ { // NOTE: These flags must be kept in sync with DeclSpec::TQ.
955 // a) Modify the bitmasks (Qualifiers::TQ and DeclSpec::TQ).
    [all...]

Completed in 176 milliseconds