Lines Matching refs:Qc
1009 QualifierCollector Qc; in CreateQualifiedType() local
1010 const Type *T = Qc.strip(Ty); in CreateQualifiedType()
1012 stripUnusedQualifiers(Qc); in CreateQualifiedType()
1016 llvm::dwarf::Tag Tag = getNextQualifier(Qc); in CreateQualifiedType()
1018 assert(Qc.empty() && "Unknown type qualifier for debug info"); in CreateQualifiedType()
1022 auto *FromTy = getOrCreateType(Qc.apply(CGM.getContext(), T), Unit); in CreateQualifiedType()
1951 Qualifiers &Qc = EPI.TypeQuals; in getOrCreateInstanceMethodType() local
1952 Qc.removeConst(); in getOrCreateInstanceMethodType()
1953 Qc.removeVolatile(); in getOrCreateInstanceMethodType()
1954 Qc.removeRestrict(); in getOrCreateInstanceMethodType()
1955 Qc.removeUnaligned(); in getOrCreateInstanceMethodType()