HomeSort by: relevance | last modified time | path
    Searched defs:TQ (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Type.h 147 enum TQ { // NOTE: These flags must be kept in sync with DeclSpec::TQ.
1096 Qualifiers TQ = T.getQualifiers();
1098 return Q.isAddressSpaceSupersetOf(TQ) || TQ.isAddressSpaceSupersetOf(Q);
1377 // a) Modify the bitmasks (Qualifiers::TQ and DeclSpec::TQ).
2895 unsigned tq, const Expr *sz = nullptr);
2932 const Expr *sz, ArraySizeModifier sm, unsigned tq)
2933 : ArrayType(ConstantArray, et, can, sm, tq, sz), Size(size)
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
DeclSpec.h 303 enum TQ { // NOTE: These flags must be kept in sync with Qualifiers::TQ.
309 // This has no corresponding Qualifiers::TQ value, because it's not treated
345 unsigned TypeQualifiers : 5; // Bitwise OR of TQ.
536 static const char *getSpecifierName(DeclSpec::TQ Q);
612 llvm::function_ref<void(TQ, StringRef, SourceLocation)> Handle);
618 llvm::function_ref<void(TQ, StringRef, SourceLocation)> Handle);
724 bool SetTypeQual(TQ T, SourceLocation Loc);
726 bool SetTypeQual(TQ T, SourceLocation Loc, const char *&PrevSpec,

Completed in 29 milliseconds