reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaChecking.cpp
 4702   QualType ValType = AtomTy; // 'C'
 4704     if (!AtomTy->isAtomicType()) {
 4709     if ((Form != Load && Form != LoadCopy && AtomTy.isConstQualified()) ||
 4710         AtomTy.getAddressSpace() == LangAS::opencl_constant) {
 4712           << (AtomTy.isConstQualified() ? 0 : 1) << Ptr->getType()
 4716     ValType = AtomTy->castAs<AtomicType>()->getValueType();
 4760   if (!IsC11 && !AtomTy.isTriviallyCopyableType(Context) &&
 4761       !AtomTy->isScalarType()) {