Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTNodeTraverser.h381 void VisitPipeType(const PipeType *T) { Visit(T->getElementType()); } in VisitPipeType() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DODRHash.cpp971 void VisitPipeType(const PipeType *T) { in VisitPipeType() function in __anon79b649e50211::ODRTypeVisitor
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplate.cpp6150 bool UnnamedLocalNoLinkageFinder::VisitPipeType(const PipeType* T) { in VisitPipeType() function in UnnamedLocalNoLinkageFinder