Searched refs:ADecl (Results 1 – 5 of 5) 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()
172 Parser::DeclGroupPtrTy ADecl; in ParseOrWrapTopLevelDecl() local174 for (bool AtEOF = P->ParseFirstTopLevelDecl(ADecl, ImportState); !AtEOF; in ParseOrWrapTopLevelDecl()175 AtEOF = P->ParseTopLevelDecl(ADecl, ImportState)) { in ParseOrWrapTopLevelDecl()176 if (ADecl && !Consumer->HandleTopLevelDecl(ADecl.get())) in ParseOrWrapTopLevelDecl()
1151 NamedDecl *ADecl = in ActOnCompatibilityAlias() local1154 if (ADecl) { in ActOnCompatibilityAlias()1156 Diag(ADecl->getLocation(), diag::note_previous_declaration); in ActOnCompatibilityAlias()
6855 Decl *ADecl = DG.get().getSingleDecl(); in ActOnOpenMPDeclareSimdDirective() local6856 if (auto *FTD = dyn_cast<FunctionTemplateDecl>(ADecl)) in ActOnOpenMPDeclareSimdDirective()6857 ADecl = FTD->getTemplatedDecl(); in ActOnOpenMPDeclareSimdDirective()6859 auto *FD = dyn_cast<FunctionDecl>(ADecl); in ActOnOpenMPDeclareSimdDirective()6861 Diag(ADecl->getLocation(), diag::err_omp_function_expected) << SimdId; in ActOnOpenMPDeclareSimdDirective()6894 << FD->getDeclName() << (isa<CXXMethodDecl>(ADecl) ? 1 : 0); in ActOnOpenMPDeclareSimdDirective()6950 << FD->getDeclName() << (isa<CXXMethodDecl>(ADecl) ? 1 : 0); in ActOnOpenMPDeclareSimdDirective()7037 << FD->getDeclName() << (isa<CXXMethodDecl>(ADecl) ? 1 : 0); in ActOnOpenMPDeclareSimdDirective()7085 ADecl->addAttr(NewAttr); in ActOnOpenMPDeclareSimdDirective()7375 Decl *ADecl = DG.get().getSingleDecl(); in checkOpenMPDeclareVariantFunction() local[all …]
3635 Deserializing ADecl(this); in ReadDeclRecord() local