Searched refs:ADecl (Results 1 – 5 of 5) sorted by relevance
157 Parser::DeclGroupPtrTy ADecl; in ParseAST() local162 for (bool AtEOF = P.ParseFirstTopLevelDecl(ADecl, ImportState); !AtEOF; in ParseAST()163 AtEOF = P.ParseTopLevelDecl(ADecl, ImportState)) { in ParseAST()167 if (ADecl && !Consumer->HandleTopLevelDecl(ADecl.get())) in ParseAST()
269 Parser::DeclGroupPtrTy ADecl; in ParseOrWrapTopLevelDecl() local271 for (bool AtEOF = P->ParseFirstTopLevelDecl(ADecl, ImportState); !AtEOF; in ParseOrWrapTopLevelDecl()272 AtEOF = P->ParseTopLevelDecl(ADecl, ImportState)) { in ParseOrWrapTopLevelDecl()273 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()
7006 Decl *ADecl = DG.get().getSingleDecl(); in ActOnOpenMPDeclareSimdDirective() local7007 if (auto *FTD = dyn_cast<FunctionTemplateDecl>(ADecl)) in ActOnOpenMPDeclareSimdDirective()7008 ADecl = FTD->getTemplatedDecl(); in ActOnOpenMPDeclareSimdDirective()7010 auto *FD = dyn_cast<FunctionDecl>(ADecl); in ActOnOpenMPDeclareSimdDirective()7045 << FD->getDeclName() << (isa<CXXMethodDecl>(ADecl) ? 1 : 0); in ActOnOpenMPDeclareSimdDirective()7236 ADecl->addAttr(NewAttr); in ActOnOpenMPDeclareSimdDirective()7526 Decl *ADecl = DG.get().getSingleDecl(); in checkOpenMPDeclareVariantFunction() local7527 if (auto *FTD = dyn_cast<FunctionTemplateDecl>(ADecl)) in checkOpenMPDeclareVariantFunction()7528 ADecl = FTD->getTemplatedDecl(); in checkOpenMPDeclareVariantFunction()7531 auto *FD = dyn_cast<FunctionDecl>(ADecl); in checkOpenMPDeclareVariantFunction()[all …]
3803 Deserializing ADecl(this); in ReadDeclRecord() local