Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DTextNodeDumper.h374 void VisitConstructorUsingShadowDecl(const ConstructorUsingShadowDecl *D);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DTextNodeDumper.h387 void VisitConstructorUsingShadowDecl(const ConstructorUsingShadowDecl *D);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DTextNodeDumper.h384 void VisitConstructorUsingShadowDecl(const ConstructorUsingShadowDecl *D);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/
DTextNodeDumper.h384 void VisitConstructorUsingShadowDecl(const ConstructorUsingShadowDecl *D);
/aosp_15_r20/external/clang/lib/AST/
H A DASTDumper.cpp477 void VisitConstructorUsingShadowDecl(const ConstructorUsingShadowDecl *D);
1501 void ASTDumper::VisitConstructorUsingShadowDecl( in VisitConstructorUsingShadowDecl() function in ASTDumper
/aosp_15_r20/external/clang/lib/Serialization/
H A DASTWriterDecl.cpp110 void VisitConstructorUsingShadowDecl(ConstructorUsingShadowDecl *D);
1130 void ASTDeclWriter::VisitConstructorUsingShadowDecl( in VisitConstructorUsingShadowDecl() function in ASTDeclWriter
H A DASTReaderDecl.cpp327 void VisitConstructorUsingShadowDecl(ConstructorUsingShadowDecl *D);
1425 void ASTDeclReader::VisitConstructorUsingShadowDecl( in VisitConstructorUsingShadowDecl() function in ASTDeclReader
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp2461 Decl *TemplateDeclInstantiator::VisitConstructorUsingShadowDecl( in VisitConstructorUsingShadowDecl() function in TemplateDeclInstantiator