Searched refs:ThisDecl (Results 1 – 7 of 7) sorted by relevance
2035 D.complete(ThisDecl); in ParseDeclGroup()2084 D.complete(ThisDecl); in ParseDeclGroup()2085 if (ThisDecl) in ParseDeclGroup()2165 Decl *ThisDecl; in ParseDeclarationAfterDeclaratorAndAttributes() member2168 : P(P), D(D), ThisDecl(ThisDecl) { in ParseDeclarationAfterDeclaratorAndAttributes()2188 ThisDecl = nullptr; in ParseDeclarationAfterDeclaratorAndAttributes()2193 Decl *ThisDecl = nullptr; in ParseDeclarationAfterDeclaratorAndAttributes() local2207 ThisDecl = VT->getTemplatedDecl(); in ParseDeclarationAfterDeclaratorAndAttributes()2218 ThisDecl = ThisRes.get(); in ParseDeclarationAfterDeclaratorAndAttributes()2243 ThisDecl = in ParseDeclarationAfterDeclaratorAndAttributes()[all …]
2750 NamedDecl *ThisDecl = nullptr; in ParseCXXClassMemberDeclaration() local2773 ThisDecl ? dyn_cast<VarTemplateDecl>(ThisDecl) : nullptr) in ParseCXXClassMemberDeclaration()2776 ThisDecl = VT->getTemplatedDecl(); in ParseCXXClassMemberDeclaration()2778 if (ThisDecl) in ParseCXXClassMemberDeclaration()2811 if (ThisDecl) in ParseCXXClassMemberDeclaration()2812 ThisDecl->setInvalidDecl(); in ParseCXXClassMemberDeclaration()2822 else if (ThisDecl) in ParseCXXClassMemberDeclaration()2828 if (ThisDecl) { in ParseCXXClassMemberDeclaration()2829 if (!ThisDecl->isInvalidDecl()) { in ParseCXXClassMemberDeclaration()2838 DeclsInGroup.push_back(ThisDecl); in ParseCXXClassMemberDeclaration()[all …]
294 Decl *ThisDecl = ParseDeclarationAfterDeclarator(DeclaratorInfo, in ParseSingleDeclarationAfterTemplate() local301 return ThisDecl; in ParseSingleDeclarationAfterTemplate()307 ParseLexedAttributeList(LateParsedAttrs, ThisDecl, true, false); in ParseSingleDeclarationAfterTemplate()308 DeclaratorInfo.complete(ThisDecl); in ParseSingleDeclarationAfterTemplate()309 return ThisDecl; in ParseSingleDeclarationAfterTemplate()
133 auto *ThisDecl = ImplicitParamDecl::Create( in buildThisParam() local137 params.push_back(ThisDecl); in buildThisParam()138 CGF.CXXABIThisDecl = ThisDecl; in buildThisParam()
574 void getSourceTextOfDeclaration(const DeclInfo *ThisDecl, in getSourceTextOfDeclaration() argument576 ASTContext &Context = ThisDecl->CurrentDecl->getASTContext(); in getSourceTextOfDeclaration()583 ThisDecl->CurrentDecl->print(OS, PPolicy, in getSourceTextOfDeclaration()
2751 Decl *ThisDecl);
12009 void Sema::FinalizeDeclaration(Decl *ThisDecl) { in FinalizeDeclaration() argument12011 ParsingInitForAutoVars.erase(ThisDecl); in FinalizeDeclaration()12013 VarDecl *VD = dyn_cast_or_null<VarDecl>(ThisDecl); in FinalizeDeclaration()12034 if (auto *DD = dyn_cast<DecompositionDecl>(ThisDecl)) { in FinalizeDeclaration()12157 for (const auto *I : ThisDecl->specific_attrs<TypeTagForDatatypeAttr>()) { in FinalizeDeclaration()