Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DASTNodeTraverser.h405 void VisitPipeType(const PipeType *T) { Visit(T->getElementType()); } in VisitPipeType() function
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DODRHash.cpp971 void VisitPipeType(const PipeType *T) { in VisitPipeType() function in __anonb1d94ece0211::ODRTypeVisitor
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp6150 bool UnnamedLocalNoLinkageFinder::VisitPipeType(const PipeType* T) { in VisitPipeType() function in UnnamedLocalNoLinkageFinder