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