Searched refs:ADecl (Results 1 – 5 of 5) sorted by relevance
156 Parser::DeclGroupPtrTy ADecl; in ParseAST() local157 for (bool AtEOF = P.ParseFirstTopLevelDecl(ADecl); !AtEOF; in ParseAST()158 AtEOF = P.ParseTopLevelDecl(ADecl)) { in ParseAST()162 if (ADecl && !Consumer->HandleTopLevelDecl(ADecl.get())) in ParseAST()
154 Parser::DeclGroupPtrTy ADecl; in ParseOrWrapTopLevelDecl() local155 for (bool AtEOF = P->ParseFirstTopLevelDecl(ADecl); !AtEOF; in ParseOrWrapTopLevelDecl()156 AtEOF = P->ParseTopLevelDecl(ADecl)) { in ParseOrWrapTopLevelDecl()160 if (ADecl && !Consumer->HandleTopLevelDecl(ADecl.get())) in ParseOrWrapTopLevelDecl()164 LastTransaction.Decls.push_back(ADecl.get()); in ParseOrWrapTopLevelDecl()
6340 Decl *ADecl = DG.get().getSingleDecl(); in ActOnOpenMPDeclareSimdDirective() local6341 if (auto *FTD = dyn_cast<FunctionTemplateDecl>(ADecl)) in ActOnOpenMPDeclareSimdDirective()6342 ADecl = FTD->getTemplatedDecl(); in ActOnOpenMPDeclareSimdDirective()6344 auto *FD = dyn_cast<FunctionDecl>(ADecl); in ActOnOpenMPDeclareSimdDirective()6346 Diag(ADecl->getLocation(), diag::err_omp_function_expected) << SimdId; in ActOnOpenMPDeclareSimdDirective()6379 << FD->getDeclName() << (isa<CXXMethodDecl>(ADecl) ? 1 : 0); in ActOnOpenMPDeclareSimdDirective()6435 << FD->getDeclName() << (isa<CXXMethodDecl>(ADecl) ? 1 : 0); in ActOnOpenMPDeclareSimdDirective()6522 << FD->getDeclName() << (isa<CXXMethodDecl>(ADecl) ? 1 : 0); in ActOnOpenMPDeclareSimdDirective()6570 ADecl->addAttr(NewAttr); in ActOnOpenMPDeclareSimdDirective()6846 Decl *ADecl = DG.get().getSingleDecl(); in checkOpenMPDeclareVariantFunction() local[all …]
1142 NamedDecl *ADecl = in ActOnCompatibilityAlias() local1145 if (ADecl) { in ActOnCompatibilityAlias()1147 Diag(ADecl->getLocation(), diag::note_previous_declaration); in ActOnCompatibilityAlias()
3772 Deserializing ADecl(this); in ReadDeclRecord() local