Searched refs:getAtomicUnqualifiedType (Results 1 – 5 of 5) sorted by relevance
1716 property->getType().getNonReferenceType().getAtomicUnqualifiedType(); in DiagnosePropertyAccessorMismatch()2476 QualType resultTy = property->getType().getAtomicUnqualifiedType(); in ProcessPropertyDecl()2554 property->getType().getUnqualifiedType().getAtomicUnqualifiedType(); in ProcessPropertyDecl()
13964 return getLangOpts().CPlusPlus ? LHSType : LHSType.getAtomicUnqualifiedType(); in CheckAssignmentOperands()
1507 QualType QualType::getAtomicUnqualifiedType() const { in getAtomicUnqualifiedType() function in QualType
14819 QualType Unqual = T.getAtomicUnqualifiedType(); in Evaluate()14860 QualType Unqual = T.getAtomicUnqualifiedType(); in EvaluateInPlace()
1356 QualType getAtomicUnqualifiedType() const;