Searched refs:isPipe (Results 1 – 3 of 3) sorted by relevance
875 bool DeclSpec::SetTypePipe(bool isPipe, SourceLocation Loc, in SetTypePipe() argument886 if (isPipe) { in SetTypePipe()
1660 bool isPipe = ty->isPipeType(); in GenOpenCLArgMetadata() local1661 if (ty->isImageType() || isPipe) in GenOpenCLArgMetadata()1668 ty = isPipe ? ty->castAs<PipeType>()->getElementType() : ty; in GenOpenCLArgMetadata()1685 if (isPipe) in GenOpenCLArgMetadata()
702 bool SetTypePipe(bool isPipe, SourceLocation Loc,