Searched defs:VisitUsingPackDecl (Results 1 – 4 of 4) sorted by relevance
| /freebsd-src/contrib/llvm-project/clang/lib/Serialization/ | ||
| H A D | ASTWriterDecl.cpp | 1390 void ASTDeclWriter::VisitUsingPackDecl(UsingPackDecl *D) { VisitUsingPackDecl() function in ASTDeclWriter |
| H A D | ASTReaderDecl.cpp | 1911 void ASTDeclReader::VisitUsingPackDecl(UsingPackDecl *D) { VisitUsingPackDecl() function in ASTDeclReader |
| /freebsd-src/contrib/llvm-project/clang/lib/Sema/ | ||
| H A D | SemaTemplateInstantiateDecl.cpp | 3522 Decl *TemplateDeclInstantiator::VisitUsingPackDecl(UsingPackDecl *D) { VisitUsingPackDecl() function in TemplateDeclInstantiator |
| /freebsd-src/contrib/llvm-project/clang/lib/AST/ | ||
| H A D | ASTImporter.cpp | 5226 ExpectedDecl ASTNodeImporter::VisitUsingPackDecl(UsingPackDecl *D) { VisitUsingPackDecl() function in ASTNodeImporter |