Home
last modified time | relevance | path

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

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