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

References

tools/clang/lib/Sema/SemaType.cpp
 7314   if (!(CurType->isImageType() || CurType->isPipeType())) {
 7314   if (!(CurType->isImageType() || CurType->isPipeType())) {
 7320   if (const TypedefType* TypedefTy = CurType->getAs<TypedefType>()) {
 7358   } else if (CurType->isPipeType()) {
 7360       QualType ElemType = CurType->getAs<PipeType>()->getElementType();
 7361       CurType = S.Context.getWritePipeType(ElemType);