Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h1383 QualType getReadPipeType(QualType T) const;
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaType.cpp2268 return Context.getReadPipeType(T); in BuildReadPipeType()
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp4524 QualType ASTContext::getReadPipeType(QualType T) const { in getReadPipeType() function in ASTContext