Searched refs:VisitPipeType (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ | ||
| H A D | ASTNodeTraverser.h | 484 void VisitPipeType(const PipeType *T) { Visit(T->getElementType()); } in VisitPipeType() function |
| /freebsd/contrib/llvm-project/clang/lib/AST/ | ||
| H A D | ODRHash.cpp | 1155 void VisitPipeType(const PipeType *T) { in VisitPipeType() function in __anonb4317f1a0211::ODRTypeVisitor |
| H A D | ASTImporter.cpp | 2128 ExpectedType clang::ASTNodeImporter::VisitPipeType(const clang::PipeType *T) { in VisitPipeType() function in clang::ASTNodeImporter |
| /freebsd/contrib/llvm-project/clang/lib/Sema/ | ||
| H A D | SemaTemplate.cpp | 6251 bool UnnamedLocalNoLinkageFinder::VisitPipeType(const PipeType* T) { in VisitPipeType() function in UnnamedLocalNoLinkageFinder |