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

  /external/clang/include/clang/Sema/
DeclSpec.h     [all...]
  /external/clang/lib/Sema/
SemaType.cpp 688 /*TypeQuals=*/0,
    [all...]
SemaLambda.cpp 542 EPI.TypeQuals |= DeclSpec::TQ_const;
559 FTI.TypeQuals |= DeclSpec::TQ_const;
817 ExtInfo.TypeQuals = 0;
824 ExtInfo.TypeQuals = Qualifiers::Const;
    [all...]
DeclSpec.cpp 155 unsigned TypeQuals,
173 assert(!(TypeQuals & DeclSpec::TQ_atomic) &&
188 I.Fun.TypeQuals = TypeQuals;
    [all...]
SemaDeclCXX.cpp     [all...]
SemaDecl.cpp     [all...]
SemaTemplate.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/include/clang/AST/
DeclCXX.h     [all...]
Type.h     [all...]
  /external/clang/lib/AST/
DeclCXX.cpp     [all...]
TypePrinter.cpp 112 static void AppendTypeQualList(raw_ostream &OS, unsigned TypeQuals) {
114 if (TypeQuals & Qualifiers::Const) {
118 if (TypeQuals & Qualifiers::Volatile) {
123 if (TypeQuals & Qualifiers::Restrict) {
    [all...]
Type.cpp 139 unsigned TypeQuals,
143 ID.AddInteger(TypeQuals);
    [all...]
ASTImporter.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 299 milliseconds