Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DASTContext.h1232 QualType getReadPipeType(QualType T) const;
/external/llvm-project/clang/lib/Sema/
DSemaType.cpp2187 return Context.getReadPipeType(T); in BuildReadPipeType()
/external/llvm-project/clang/lib/AST/
DASTContext.cpp4347 QualType ASTContext::getReadPipeType(QualType T) const { in getReadPipeType() function in ASTContext