Searched defs:VisitPipeType (Results 1 – 4 of 4) sorted by relevance
/llvm-project/clang/include/clang/AST/ | ||
H A D | ASTNodeTraverser.h | 455 void VisitPipeType(const PipeType *T) { Visit(T->getElementType()); } VisitPipeType() function |
/llvm-project/clang/lib/AST/ | ||
H A D | ODRHash.cpp | 1127 void VisitPipeType(const PipeType *T) { VisitPipeType() function in __anon5944dbcd0211::ODRTypeVisitor |
H A D | ASTImporter.cpp | 1860 ExpectedType clang::ASTNodeImporter::VisitPipeType(const clang::PipeType *T) { VisitPipeType() function in clang::ASTNodeImporter |
/llvm-project/clang/lib/Sema/ | ||
H A D | SemaTemplate.cpp | 7042 bool UnnamedLocalNoLinkageFinder::VisitPipeType(const PipeType* T) { VisitPipeType() function in UnnamedLocalNoLinkageFinder |