Searched refs:getAtomicUnqualifiedType (Results 1 – 6 of 6) sorted by relevance
1715 property->getType().getNonReferenceType().getAtomicUnqualifiedType(); in DiagnosePropertyAccessorMismatch()2472 QualType resultTy = property->getType().getAtomicUnqualifiedType(); in ProcessPropertyDecl()2547 property->getType().getUnqualifiedType().getAtomicUnqualifiedType(); in ProcessPropertyDecl()
75 DestType = DestType.getAtomicUnqualifiedType(); in CastOperation()
10642 QualType LHSTypeAfterConversion = LHSType.getAtomicUnqualifiedType(); in CheckSingleAssignmentConstraints()14699 return getLangOpts().CPlusPlus ? LHSType : LHSType.getAtomicUnqualifiedType(); in CheckAssignmentOperands()
1567 QualType QualType::getAtomicUnqualifiedType() const { in getAtomicUnqualifiedType() function in QualType3759 ? Can.getAtomicUnqualifiedType() in TypeOfExprType()3775 return TypeOfBits.IsUnqual ? QT.getAtomicUnqualifiedType() : QT; in desugar()
15381 QualType Unqual = T.getAtomicUnqualifiedType(); in Evaluate()15423 QualType Unqual = T.getAtomicUnqualifiedType(); in EvaluateInPlace()
1401 QualType getAtomicUnqualifiedType() const;4869 Kind == TypeOfKind::Unqualified ? Can.getAtomicUnqualifiedType()4882 return TypeOfBits.IsUnqual ? QT.getAtomicUnqualifiedType() : QT;