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

  /external/clang/lib/AST/
DeclPrinter.cpp 433 unsigned TypeQuals = FT->getTypeQuals();
434 if (TypeQuals & Qualifiers::Const)
436 if (TypeQuals & Qualifiers::Volatile)
438 if (TypeQuals & Qualifiers::Restrict)
  /external/clang/include/clang/AST/
DeclCXX.h 722 CXXConstructorDecl *getCopyConstructor(unsigned TypeQuals) const;
    [all...]
Type.h     [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h     [all...]

Completed in 75 milliseconds