Searched refs:VisitPipeType (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/clang/include/clang/AST/ | ||
| H A D | ASTNodeTraverser.h | 408 void VisitPipeType(const PipeType *T) { Visit(T->getElementType()); } in VisitPipeType() function |
| /llvm-project-15.0.7/clang/lib/AST/ | ||
| H A D | ODRHash.cpp | 972 void VisitPipeType(const PipeType *T) { in VisitPipeType() function in __anonfecede4a0211::ODRTypeVisitor |
| /llvm-project-15.0.7/clang/lib/Sema/ | ||
| H A D | SemaTemplate.cpp | 6212 bool UnnamedLocalNoLinkageFinder::VisitPipeType(const PipeType* T) { in VisitPipeType() function in UnnamedLocalNoLinkageFinder |