Searched refs:ThisDecl (Results 1 – 7 of 7) sorted by relevance
2917 NamedDecl *ThisDecl = nullptr; in ParseCXXClassMemberDeclaration() local2940 ThisDecl ? dyn_cast<VarTemplateDecl>(ThisDecl) : nullptr) in ParseCXXClassMemberDeclaration()2943 ThisDecl = VT->getTemplatedDecl(); in ParseCXXClassMemberDeclaration()2945 if (ThisDecl) in ParseCXXClassMemberDeclaration()2983 if (ThisDecl) in ParseCXXClassMemberDeclaration()2984 ThisDecl->setInvalidDecl(); in ParseCXXClassMemberDeclaration()2994 else if (ThisDecl) in ParseCXXClassMemberDeclaration()3000 if (ThisDecl) { in ParseCXXClassMemberDeclaration()3001 if (!ThisDecl->isInvalidDecl()) { in ParseCXXClassMemberDeclaration()3010 DeclsInGroup.push_back(ThisDecl); in ParseCXXClassMemberDeclaration()[all …]
2087 D.complete(ThisDecl); in ParseDeclGroup()2142 D.complete(ThisDecl); in ParseDeclGroup()2143 if (ThisDecl) in ParseDeclGroup()2223 Decl *ThisDecl; in ParseDeclarationAfterDeclaratorAndAttributes() member2226 : P(P), D(D), ThisDecl(ThisDecl) { in ParseDeclarationAfterDeclaratorAndAttributes()2246 ThisDecl = nullptr; in ParseDeclarationAfterDeclaratorAndAttributes()2266 Decl *ThisDecl = nullptr; in ParseDeclarationAfterDeclaratorAndAttributes() local2281 ThisDecl = VT->getTemplatedDecl(); in ParseDeclarationAfterDeclaratorAndAttributes()2294 ThisDecl = ThisRes.get(); in ParseDeclarationAfterDeclaratorAndAttributes()2319 ThisDecl = in ParseDeclarationAfterDeclaratorAndAttributes()[all …]
330 Decl *ThisDecl = ParseDeclarationAfterDeclarator(DeclaratorInfo, in ParseSingleDeclarationAfterTemplate() local337 return ThisDecl; in ParseSingleDeclarationAfterTemplate()343 ParseLexedAttributeList(LateParsedAttrs, ThisDecl, true, false); in ParseSingleDeclarationAfterTemplate()344 DeclaratorInfo.complete(ThisDecl); in ParseSingleDeclarationAfterTemplate()345 return ThisDecl; in ParseSingleDeclarationAfterTemplate()
127 auto *ThisDecl = ImplicitParamDecl::Create( in buildThisParam() local131 params.push_back(ThisDecl); in buildThisParam()132 CGF.CXXABIThisDecl = ThisDecl; in buildThisParam()
576 void getSourceTextOfDeclaration(const DeclInfo *ThisDecl, in getSourceTextOfDeclaration() argument578 ASTContext &Context = ThisDecl->CurrentDecl->getASTContext(); in getSourceTextOfDeclaration()585 ThisDecl->CurrentDecl->print(OS, PPolicy, in getSourceTextOfDeclaration()
3137 Decl *ThisDecl);
13351 void Sema::FinalizeDeclaration(Decl *ThisDecl) { in FinalizeDeclaration() argument13353 ParsingInitForAutoVars.erase(ThisDecl); in FinalizeDeclaration()13355 VarDecl *VD = dyn_cast_or_null<VarDecl>(ThisDecl); in FinalizeDeclaration()13384 if (auto *DD = dyn_cast<DecompositionDecl>(ThisDecl)) { in FinalizeDeclaration()13491 for (const auto *I : ThisDecl->specific_attrs<TypeTagForDatatypeAttr>()) { in FinalizeDeclaration()