Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/
HDType.cpp1629 QualType QualType::getAtomicUnqualifiedType() const { in getAtomicUnqualifiedType() function in QualType
3909 ? 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()
HDExprConstant.cpp15793 QualType Unqual = T.getAtomicUnqualifiedType(); in Evaluate()
15835 QualType Unqual = T.getAtomicUnqualifiedType(); in EvaluateInPlace()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaObjCProperty.cpp1695 property->getType().getNonReferenceType().getAtomicUnqualifiedType(); in DiagnosePropertyAccessorMismatch()
2455 QualType resultTy = property->getType().getAtomicUnqualifiedType(); in ProcessPropertyDecl()
2532 property->getType().getUnqualifiedType().getAtomicUnqualifiedType(); in ProcessPropertyDecl()
HDSemaCast.cpp77 DestType = DestType.getAtomicUnqualifiedType(); in CastOperation()
HDSemaExpr.cpp9646 QualType LHSTypeAfterConversion = LHSType.getAtomicUnqualifiedType(); in CheckSingleAssignmentConstraints()
13674 return getLangOpts().CPlusPlus ? LHSType : LHSType.getAtomicUnqualifiedType(); in CheckAssignmentOperands()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDType.h1624 QualType getAtomicUnqualifiedType() const;