Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h1260 QualType getReadPipeType(QualType T) const;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaType.cpp2038 return Context.getReadPipeType(T); in BuildReadPipeType()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp3817 QualType ASTContext::getReadPipeType(QualType T) const { in getReadPipeType() function in ASTContext