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

  /external/clang/include/clang/Sema/
DeclSpec.h     [all...]
  /external/clang/lib/Sema/
SemaType.cpp 772 // TypeQuals handled by caller.
819 // TypeQuals handled by caller.
829 // TypeQuals handled by caller.
835 // TypeQuals handled by caller.
846 // TypeQuals handled by caller.
867 // TypeQuals handled by caller.
    [all...]
SemaLambda.cpp 387 EPI.TypeQuals |= DeclSpec::TQ_const;
404 FTI.TypeQuals |= DeclSpec::TQ_const;
618 ExtInfo.TypeQuals = 0;
627 ExtInfo.TypeQuals = Qualifiers::Const;
689 ExtInfo.TypeQuals = 0;
699 ExtInfo.TypeQuals = Qualifiers::Const;
    [all...]
DeclSpec.cpp 152 unsigned TypeQuals,
180 I.Fun.TypeQuals = TypeQuals;
    [all...]
SemaDeclCXX.cpp     [all...]
SemaDecl.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/AST/
DeclCXX.cpp 354 CXXConstructorDecl *CXXRecordDecl::getCopyConstructor(unsigned TypeQuals) const{
373 if (((TypeQuals & Qualifiers::Const) == (FoundTQs & Qualifiers::Const)) ||
374 (!(TypeQuals & Qualifiers::Const) && (FoundTQs & Qualifiers::Const)))
    [all...]
Type.cpp 118 unsigned TypeQuals,
122 ID.AddInteger(TypeQuals);
    [all...]
TypePrinter.cpp 111 static void AppendTypeQualList(raw_ostream &OS, unsigned TypeQuals) {
113 if (TypeQuals & Qualifiers::Const) {
117 if (TypeQuals & Qualifiers::Volatile) {
122 if (TypeQuals & Qualifiers::Restrict) {
    [all...]
  /external/clang/include/clang/AST/
DeclCXX.h 824 CXXConstructorDecl *getCopyConstructor(unsigned TypeQuals) const;
    [all...]
Type.h     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 154 milliseconds