Searched defs:VisitPipeType (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/AST/ | ||
H A D | ASTNodeTraverser.h | 455 void VisitPipeType(const PipeType *T) { Visit(T->getElementType()); } in VisitPipeType() function |
/freebsd/contrib/llvm-project/clang/lib/AST/ | ||
H A D | ODRHash.cpp | 1127 void VisitPipeType(const PipeType *T) { in VisitPipeType() function in __anonb4317f1a0211::ODRTypeVisitor |
H A D | ASTImporter.cpp | 1860 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 | 5830 bool UnnamedLocalNoLinkageFinder::VisitPipeType(const PipeType* T) { in VisitPipeType() function in UnnamedLocalNoLinkageFinder |