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()
164 Parser::DeclGroupPtrTy ADecl; in ParseOrWrapTopLevelDecl() local165 for (bool AtEOF = P->ParseFirstTopLevelDecl(ADecl); !AtEOF; in ParseOrWrapTopLevelDecl()166 AtEOF = P->ParseTopLevelDecl(ADecl)) { in ParseOrWrapTopLevelDecl()170 if (ADecl && !Consumer->HandleTopLevelDecl(ADecl.get())) in ParseOrWrapTopLevelDecl()
6355 Decl *ADecl = DG.get().getSingleDecl(); in ActOnOpenMPDeclareSimdDirective() local6356 if (auto *FTD = dyn_cast<FunctionTemplateDecl>(ADecl)) in ActOnOpenMPDeclareSimdDirective()6357 ADecl = FTD->getTemplatedDecl(); in ActOnOpenMPDeclareSimdDirective()6359 auto *FD = dyn_cast<FunctionDecl>(ADecl); in ActOnOpenMPDeclareSimdDirective()6394 << FD->getDeclName() << (isa<CXXMethodDecl>(ADecl) ? 1 : 0); in ActOnOpenMPDeclareSimdDirective()6585 ADecl->addAttr(NewAttr); in ActOnOpenMPDeclareSimdDirective()6862 Decl *ADecl = DG.get().getSingleDecl(); in checkOpenMPDeclareVariantFunction() local6863 if (auto *FTD = dyn_cast<FunctionTemplateDecl>(ADecl)) in checkOpenMPDeclareVariantFunction()6864 ADecl = FTD->getTemplatedDecl(); in checkOpenMPDeclareVariantFunction()6867 auto *FD = dyn_cast<FunctionDecl>(ADecl); in checkOpenMPDeclareVariantFunction()[all …]
1142 NamedDecl *ADecl = in ActOnCompatibilityAlias() local1145 if (ADecl) { in ActOnCompatibilityAlias()1147 Diag(ADecl->getLocation(), diag::note_previous_declaration); in ActOnCompatibilityAlias()
3799 Deserializing ADecl(this); in ReadDeclRecord() local