Home
last modified time | relevance | path

Searched refs:getReadPipeType (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1373 QualType getReadPipeType(QualType T) const;
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp4540 QualType ASTContext::getReadPipeType(QualType T) const { in getReadPipeType() function in ASTContext
12963 auto MP = PX->isReadOnly() ? &ASTContext::getReadPipeType in getCommonNonSugarTypeNode()
H A DASTImporter.cpp1819 return ToCtx.getReadPipeType(*ToElementTypeOrErr); in VisitPipeType()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp2334 return Context.getReadPipeType(T); in BuildReadPipeType()