Searched refs:getAtomicUnqualifiedType (Results 1 – 6 of 6) sorted by relevance
1629 QualType QualType::getAtomicUnqualifiedType() const { in getAtomicUnqualifiedType() function in QualType3909 ? Context.getUnqualifiedArrayType(Can).getAtomicUnqualifiedType() in TypeOfExprType()3926 ? Context.getUnqualifiedArrayType(QT).getAtomicUnqualifiedType() in desugar()3943 ? Context.getUnqualifiedArrayType(Can).getAtomicUnqualifiedType() in TypeOfType()3953 ? Context.getUnqualifiedArrayType(QT).getAtomicUnqualifiedType() in desugar()
15793 QualType Unqual = T.getAtomicUnqualifiedType(); in Evaluate()15835 QualType Unqual = T.getAtomicUnqualifiedType(); in EvaluateInPlace()
1695 property->getType().getNonReferenceType().getAtomicUnqualifiedType(); in DiagnosePropertyAccessorMismatch()2455 QualType resultTy = property->getType().getAtomicUnqualifiedType(); in ProcessPropertyDecl()2532 property->getType().getUnqualifiedType().getAtomicUnqualifiedType(); in ProcessPropertyDecl()
77 DestType = DestType.getAtomicUnqualifiedType(); in CastOperation()
9646 QualType LHSTypeAfterConversion = LHSType.getAtomicUnqualifiedType(); in CheckSingleAssignmentConstraints()13674 return getLangOpts().CPlusPlus ? LHSType : LHSType.getAtomicUnqualifiedType(); in CheckAssignmentOperands()
1624 QualType getAtomicUnqualifiedType() const;