Home
last modified time | relevance | path

Searched refs:getAtomicUnqualifiedType (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp1715 property->getType().getNonReferenceType().getAtomicUnqualifiedType(); in DiagnosePropertyAccessorMismatch()
2472 QualType resultTy = property->getType().getAtomicUnqualifiedType(); in ProcessPropertyDecl()
2547 property->getType().getUnqualifiedType().getAtomicUnqualifiedType(); in ProcessPropertyDecl()
H A DSemaCast.cpp75 DestType = DestType.getAtomicUnqualifiedType(); in CastOperation()
H A DSemaExpr.cpp10642 QualType LHSTypeAfterConversion = LHSType.getAtomicUnqualifiedType(); in CheckSingleAssignmentConstraints()
14699 return getLangOpts().CPlusPlus ? LHSType : LHSType.getAtomicUnqualifiedType(); in CheckAssignmentOperands()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DType.cpp1567 QualType QualType::getAtomicUnqualifiedType() const { in getAtomicUnqualifiedType() function in QualType
3759 ? Can.getAtomicUnqualifiedType() in TypeOfExprType()
3775 return TypeOfBits.IsUnqual ? QT.getAtomicUnqualifiedType() : QT; in desugar()
H A DExprConstant.cpp15381 QualType Unqual = T.getAtomicUnqualifiedType(); in Evaluate()
15423 QualType Unqual = T.getAtomicUnqualifiedType(); in EvaluateInPlace()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DType.h1401 QualType getAtomicUnqualifiedType() const;
4869 Kind == TypeOfKind::Unqualified ? Can.getAtomicUnqualifiedType()
4882 return TypeOfBits.IsUnqual ? QT.getAtomicUnqualifiedType() : QT;