Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaObjCProperty.cpp1716 property->getType().getNonReferenceType().getAtomicUnqualifiedType(); in DiagnosePropertyAccessorMismatch()
2476 QualType resultTy = property->getType().getAtomicUnqualifiedType(); in ProcessPropertyDecl()
2554 property->getType().getUnqualifiedType().getAtomicUnqualifiedType(); in ProcessPropertyDecl()
H A DSemaExpr.cpp13964 return getLangOpts().CPlusPlus ? LHSType : LHSType.getAtomicUnqualifiedType(); in CheckAssignmentOperands()
/llvm-project-15.0.7/clang/lib/AST/
H A DType.cpp1507 QualType QualType::getAtomicUnqualifiedType() const { in getAtomicUnqualifiedType() function in QualType
H A DExprConstant.cpp14819 QualType Unqual = T.getAtomicUnqualifiedType(); in Evaluate()
14860 QualType Unqual = T.getAtomicUnqualifiedType(); in EvaluateInPlace()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DType.h1356 QualType getAtomicUnqualifiedType() const;