Searched refs:ADecl (Results 1 – 7 of 7) sorted by relevance
156 Parser::DeclGroupPtrTy ADecl; in ParseAST() local161 for (bool AtEOF = P.ParseFirstTopLevelDecl(ADecl, ImportState); !AtEOF; in ParseAST()162 AtEOF = P.ParseTopLevelDecl(ADecl, ImportState)) { in ParseAST()166 if (ADecl && !Consumer->HandleTopLevelDecl(ADecl.get())) in ParseAST()
169 Parser::DeclGroupPtrTy ADecl; in ParseOrWrapTopLevelDecl() local171 for (bool AtEOF = P->ParseFirstTopLevelDecl(ADecl, ImportState); !AtEOF; in ParseOrWrapTopLevelDecl()172 AtEOF = P->ParseTopLevelDecl(ADecl, ImportState)) { in ParseOrWrapTopLevelDecl()176 if (ADecl && !Consumer->HandleTopLevelDecl(ADecl.get())) in ParseOrWrapTopLevelDecl()
237 struct { int I; } ADecl; member
2760 const ValueDecl *ADecl = findValueDecl(ASTCtx, "A"); in TEST() local2761 ASSERT_THAT(ADecl, NotNull()); in TEST()2764 dyn_cast_or_null<BoolValue>(Env.getValue(*ADecl, SkipPast::None)); in TEST()
1143 NamedDecl *ADecl = in ActOnCompatibilityAlias() local1146 if (ADecl) { in ActOnCompatibilityAlias()1148 Diag(ADecl->getLocation(), diag::note_previous_declaration); in ActOnCompatibilityAlias()
6776 Decl *ADecl = DG.get().getSingleDecl(); in ActOnOpenMPDeclareSimdDirective() local6777 if (auto *FTD = dyn_cast<FunctionTemplateDecl>(ADecl)) in ActOnOpenMPDeclareSimdDirective()6778 ADecl = FTD->getTemplatedDecl(); in ActOnOpenMPDeclareSimdDirective()6780 auto *FD = dyn_cast<FunctionDecl>(ADecl); in ActOnOpenMPDeclareSimdDirective()6815 << FD->getDeclName() << (isa<CXXMethodDecl>(ADecl) ? 1 : 0); in ActOnOpenMPDeclareSimdDirective()7006 ADecl->addAttr(NewAttr); in ActOnOpenMPDeclareSimdDirective()7289 Decl *ADecl = DG.get().getSingleDecl(); in checkOpenMPDeclareVariantFunction() local7290 if (auto *FTD = dyn_cast<FunctionTemplateDecl>(ADecl)) in checkOpenMPDeclareVariantFunction()7291 ADecl = FTD->getTemplatedDecl(); in checkOpenMPDeclareVariantFunction()7294 auto *FD = dyn_cast<FunctionDecl>(ADecl); in checkOpenMPDeclareVariantFunction()[all …]
3546 Deserializing ADecl(this); in ReadDeclRecord() local