Home
last modified time | relevance | path

Searched refs:UsingShadowDecl (Results 1 – 25 of 68) sorted by relevance

123

/prebuilts/clang/host/linux-x86/clang-r547379/include/clang/AST/
DDeclCXX.h3324 class UsingShadowDecl : public NamedDecl, public Redeclarable<UsingShadowDecl> {
3336 using redeclarable_base = Redeclarable<UsingShadowDecl>;
3338 UsingShadowDecl *getNextRedeclarationImpl() override { in getNextRedeclarationImpl()
3342 UsingShadowDecl *getPreviousDeclImpl() override { in getPreviousDeclImpl()
3346 UsingShadowDecl *getMostRecentDeclImpl() override { in getMostRecentDeclImpl()
3351 UsingShadowDecl(Kind K, ASTContext &C, DeclContext *DC, SourceLocation Loc,
3354 UsingShadowDecl(Kind K, ASTContext &C, EmptyShell);
3360 static UsingShadowDecl *Create(ASTContext &C, DeclContext *DC, in Create()
3364 UsingShadowDecl(UsingShadow, C, DC, Loc, Name, Introducer, Target); in Create()
3367 static UsingShadowDecl *CreateDeserialized(ASTContext &C, GlobalDeclID ID);
[all …]
DTemplateName.h44 class UsingShadowDecl; variable
259 explicit TemplateName(UsingShadowDecl *Using);
314 UsingShadowDecl *getAsUsingShadowDecl() const;
DAbstractBasicReader.inc391 struct ReadDispatcher<UsingShadowDecl*> {
393 static UsingShadowDecl* read(BasicReader &R, Args &&... args) {
549 struct UnpackOptionalValue<UsingShadowDecl*> {
550 static std::optional<UsingShadowDecl*> unpack(UsingShadowDecl* value) {
551 return value ? std::optional<UsingShadowDecl*>(value) : std::nullopt;
1046 UsingShadowDecl* foundDecl = subR.find("foundDecl").readUsingShadowDeclRef();
1138 UsingShadowDecl* readUsingShadowDeclRef() {
1139 return cast_or_null<UsingShadowDecl>(asImpl().readDeclRef());
DAbstractBasicWriter.inc503 struct WriteDispatcher<UsingShadowDecl*> {
510 struct WriteDispatcher<const UsingShadowDecl*> {
771 struct PackOptionalValue<UsingShadowDecl*> {
772 static UsingShadowDecl* pack(std::optional<UsingShadowDecl*> value) {
777 struct PackOptionalValue<const UsingShadowDecl*> {
778 static const UsingShadowDecl* pack(std::optional<const UsingShadowDecl*> value) {
1269 const UsingShadowDecl* foundDecl = ( node.getAsUsingShadowDecl() );
1365 void writeUsingShadowDeclRef(const UsingShadowDecl* value) {
DASTContext.h110 class UsingShadowDecl; variable
568 llvm::DenseMap<UsingShadowDecl*, UsingShadowDecl*>
1004 UsingShadowDecl *getInstantiatedFromUsingShadowDecl(UsingShadowDecl *Inst);
1005 void setInstantiatedFromUsingShadowDecl(UsingShadowDecl *Inst,
1006 UsingShadowDecl *Pattern);
1651 QualType getUsingType(const UsingShadowDecl *Found,
/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DDeclCXX.h3320 class UsingShadowDecl : public NamedDecl, public Redeclarable<UsingShadowDecl> {
3332 using redeclarable_base = Redeclarable<UsingShadowDecl>;
3334 UsingShadowDecl *getNextRedeclarationImpl() override { in getNextRedeclarationImpl()
3338 UsingShadowDecl *getPreviousDeclImpl() override { in getPreviousDeclImpl()
3342 UsingShadowDecl *getMostRecentDeclImpl() override { in getMostRecentDeclImpl()
3347 UsingShadowDecl(Kind K, ASTContext &C, DeclContext *DC, SourceLocation Loc,
3350 UsingShadowDecl(Kind K, ASTContext &C, EmptyShell);
3356 static UsingShadowDecl *Create(ASTContext &C, DeclContext *DC, in Create()
3360 UsingShadowDecl(UsingShadow, C, DC, Loc, Name, Introducer, Target); in Create()
3363 static UsingShadowDecl *CreateDeserialized(ASTContext &C, GlobalDeclID ID);
[all …]
DTemplateName.h44 class UsingShadowDecl; variable
258 explicit TemplateName(UsingShadowDecl *Using);
313 UsingShadowDecl *getAsUsingShadowDecl() const;
DAbstractBasicReader.inc377 struct ReadDispatcher<UsingShadowDecl*> {
379 static UsingShadowDecl* read(BasicReader &R, Args &&... args) {
535 struct UnpackOptionalValue<UsingShadowDecl*> {
536 static std::optional<UsingShadowDecl*> unpack(UsingShadowDecl* value) {
537 return value ? std::optional<UsingShadowDecl*>(value) : std::nullopt;
1032 UsingShadowDecl* foundDecl = subR.find("foundDecl").readUsingShadowDeclRef();
1124 UsingShadowDecl* readUsingShadowDeclRef() {
1125 return cast_or_null<UsingShadowDecl>(asImpl().readDeclRef());
DAbstractBasicWriter.inc489 struct WriteDispatcher<UsingShadowDecl*> {
496 struct WriteDispatcher<const UsingShadowDecl*> {
757 struct PackOptionalValue<UsingShadowDecl*> {
758 static UsingShadowDecl* pack(std::optional<UsingShadowDecl*> value) {
763 struct PackOptionalValue<const UsingShadowDecl*> {
764 static const UsingShadowDecl* pack(std::optional<const UsingShadowDecl*> value) {
1255 const UsingShadowDecl* foundDecl = ( node.getAsUsingShadowDecl() );
1351 void writeUsingShadowDeclRef(const UsingShadowDecl* value) {
DASTContext.h108 class UsingShadowDecl; variable
555 llvm::DenseMap<UsingShadowDecl*, UsingShadowDecl*>
982 UsingShadowDecl *getInstantiatedFromUsingShadowDecl(UsingShadowDecl *Inst);
983 void setInstantiatedFromUsingShadowDecl(UsingShadowDecl *Inst,
984 UsingShadowDecl *Pattern);
1605 QualType getUsingType(const UsingShadowDecl *Found,
/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DDeclCXX.h3313 class UsingShadowDecl : public NamedDecl, public Redeclarable<UsingShadowDecl> {
3325 using redeclarable_base = Redeclarable<UsingShadowDecl>;
3327 UsingShadowDecl *getNextRedeclarationImpl() override { in getNextRedeclarationImpl()
3331 UsingShadowDecl *getPreviousDeclImpl() override { in getPreviousDeclImpl()
3335 UsingShadowDecl *getMostRecentDeclImpl() override { in getMostRecentDeclImpl()
3340 UsingShadowDecl(Kind K, ASTContext &C, DeclContext *DC, SourceLocation Loc,
3343 UsingShadowDecl(Kind K, ASTContext &C, EmptyShell);
3349 static UsingShadowDecl *Create(ASTContext &C, DeclContext *DC, in Create()
3353 UsingShadowDecl(UsingShadow, C, DC, Loc, Name, Introducer, Target); in Create()
3356 static UsingShadowDecl *CreateDeserialized(ASTContext &C, unsigned ID);
[all …]
DTemplateName.h44 class UsingShadowDecl; variable
258 explicit TemplateName(UsingShadowDecl *Using);
313 UsingShadowDecl *getAsUsingShadowDecl() const;
DAbstractBasicReader.inc370 struct ReadDispatcher<UsingShadowDecl*> {
372 static UsingShadowDecl* read(BasicReader &R, Args &&... args) {
528 struct UnpackOptionalValue<UsingShadowDecl*> {
529 static std::optional<UsingShadowDecl*> unpack(UsingShadowDecl* value) {
530 return value ? std::optional<UsingShadowDecl*>(value) : std::nullopt;
1025 UsingShadowDecl* foundDecl = subR.find("foundDecl").readUsingShadowDeclRef();
1117 UsingShadowDecl* readUsingShadowDeclRef() {
1118 return cast_or_null<UsingShadowDecl>(asImpl().readDeclRef());
DAbstractBasicWriter.inc482 struct WriteDispatcher<UsingShadowDecl*> {
489 struct WriteDispatcher<const UsingShadowDecl*> {
750 struct PackOptionalValue<UsingShadowDecl*> {
751 static UsingShadowDecl* pack(std::optional<UsingShadowDecl*> value) {
756 struct PackOptionalValue<const UsingShadowDecl*> {
757 static const UsingShadowDecl* pack(std::optional<const UsingShadowDecl*> value) {
1248 const UsingShadowDecl* foundDecl = ( node.getAsUsingShadowDecl() );
1344 void writeUsingShadowDeclRef(const UsingShadowDecl* value) {
DASTContext.h108 class UsingShadowDecl; variable
550 llvm::DenseMap<UsingShadowDecl*, UsingShadowDecl*>
977 UsingShadowDecl *getInstantiatedFromUsingShadowDecl(UsingShadowDecl *Inst);
978 void setInstantiatedFromUsingShadowDecl(UsingShadowDecl *Inst,
979 UsingShadowDecl *Pattern);
1589 QualType getUsingType(const UsingShadowDecl *Found,
/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DDeclCXX.h3313 class UsingShadowDecl : public NamedDecl, public Redeclarable<UsingShadowDecl> {
3325 using redeclarable_base = Redeclarable<UsingShadowDecl>;
3327 UsingShadowDecl *getNextRedeclarationImpl() override { in getNextRedeclarationImpl()
3331 UsingShadowDecl *getPreviousDeclImpl() override { in getPreviousDeclImpl()
3335 UsingShadowDecl *getMostRecentDeclImpl() override { in getMostRecentDeclImpl()
3340 UsingShadowDecl(Kind K, ASTContext &C, DeclContext *DC, SourceLocation Loc,
3343 UsingShadowDecl(Kind K, ASTContext &C, EmptyShell);
3349 static UsingShadowDecl *Create(ASTContext &C, DeclContext *DC, in Create()
3353 UsingShadowDecl(UsingShadow, C, DC, Loc, Name, Introducer, Target); in Create()
3356 static UsingShadowDecl *CreateDeserialized(ASTContext &C, unsigned ID);
[all …]
DTemplateName.h44 class UsingShadowDecl; variable
258 explicit TemplateName(UsingShadowDecl *Using);
313 UsingShadowDecl *getAsUsingShadowDecl() const;
DAbstractBasicReader.inc370 struct ReadDispatcher<UsingShadowDecl*> {
372 static UsingShadowDecl* read(BasicReader &R, Args &&... args) {
528 struct UnpackOptionalValue<UsingShadowDecl*> {
529 static std::optional<UsingShadowDecl*> unpack(UsingShadowDecl* value) {
530 return value ? std::optional<UsingShadowDecl*>(value) : std::nullopt;
1016 UsingShadowDecl* foundDecl = subR.find("foundDecl").readUsingShadowDeclRef();
1108 UsingShadowDecl* readUsingShadowDeclRef() {
1109 return cast_or_null<UsingShadowDecl>(asImpl().readDeclRef());
DAbstractBasicWriter.inc482 struct WriteDispatcher<UsingShadowDecl*> {
489 struct WriteDispatcher<const UsingShadowDecl*> {
750 struct PackOptionalValue<UsingShadowDecl*> {
751 static UsingShadowDecl* pack(std::optional<UsingShadowDecl*> value) {
756 struct PackOptionalValue<const UsingShadowDecl*> {
757 static const UsingShadowDecl* pack(std::optional<const UsingShadowDecl*> value) {
1238 const UsingShadowDecl* foundDecl = ( node.getAsUsingShadowDecl() );
1334 void writeUsingShadowDeclRef(const UsingShadowDecl* value) {
DASTContext.h108 class UsingShadowDecl; variable
547 llvm::DenseMap<UsingShadowDecl*, UsingShadowDecl*>
974 UsingShadowDecl *getInstantiatedFromUsingShadowDecl(UsingShadowDecl *Inst);
975 void setInstantiatedFromUsingShadowDecl(UsingShadowDecl *Inst,
976 UsingShadowDecl *Pattern);
1586 QualType getUsingType(const UsingShadowDecl *Found,
/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Sema/
DCodeCompleteConsumer.h49 class UsingShadowDecl; variable
875 const UsingShadowDecl *ShadowDecl = nullptr;
/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Sema/
DCodeCompleteConsumer.h49 class UsingShadowDecl; variable
876 const UsingShadowDecl *ShadowDecl = nullptr;
/prebuilts/clang/host/linux-x86/clang-r547379/include/clang/Sema/
DCodeCompleteConsumer.h49 class UsingShadowDecl; variable
877 const UsingShadowDecl *ShadowDecl = nullptr;
/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Sema/
DCodeCompleteConsumer.h49 class UsingShadowDecl; variable
877 const UsingShadowDecl *ShadowDecl = nullptr;
/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/ASTMatchers/
DASTMatchers.h4283 internal::Matcher<UsingShadowDecl>, Inner) { in AST_POLYMORPHIC_MATCHER_P() argument
4285 if (const UsingShadowDecl *UsingDecl = dyn_cast<UsingShadowDecl>(FoundDecl)) in AST_POLYMORPHIC_MATCHER_P()
6678 internal::Matcher<UsingShadowDecl>, InnerMatcher) { in AST_MATCHER_P() argument
6696 AST_MATCHER_P(UsingShadowDecl, hasTargetDecl, in AST_MATCHER_P() argument

123