Home
last modified time | relevance | path

Searched refs:VisitConstructorUsingShadowDecl (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTDumper.cpp269 void VisitConstructorUsingShadowDecl(const ConstructorUsingShadowDecl *D);
1158 void ASTDumper::VisitConstructorUsingShadowDecl( in VisitConstructorUsingShadowDecl() function in ASTDumper
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterDecl.cpp115 void VisitConstructorUsingShadowDecl(ConstructorUsingShadowDecl *D);
1228 void ASTDeclWriter::VisitConstructorUsingShadowDecl( in VisitConstructorUsingShadowDecl() function in ASTDeclWriter
H A DASTReaderDecl.cpp396 void VisitConstructorUsingShadowDecl(ConstructorUsingShadowDecl *D);
1604 void ASTDeclReader::VisitConstructorUsingShadowDecl( in VisitConstructorUsingShadowDecl() function in ASTDeclReader
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp2639 Decl *TemplateDeclInstantiator::VisitConstructorUsingShadowDecl( in VisitConstructorUsingShadowDecl() function in TemplateDeclInstantiator