Home | History | Annotate | Download | only in Parse

Lines Matching defs:ThisDecl

1542                                             Decl *ThisDecl) {
1554 LateMethod = new LateParsedMethodDeclaration(this, ThisDecl);
1571 LateMethod = new LateParsedMethodDeclaration(this, ThisDecl);
2001 Decl *ThisDecl = 0;
2004 ThisDecl = Actions.ActOnFriendFunctionDecl(getCurScope(), DeclaratorInfo,
2007 ThisDecl = Actions.ActOnCXXMemberDeclarator(getCurScope(), AS,
2013 Actions.ProcessDeclAttributeList(getCurScope(), ThisDecl, AccessAttrs,
2019 CommonLateParsedAttrs[i]->addDecl(ThisDecl);
2022 LateParsedAttrs[i]->addDecl(ThisDecl);
2041 if (ThisDecl)
2043 ThisDecl->setInvalidDecl();
2045 ParseCXXNonStaticMemberInitializer(ThisDecl);
2049 Init = ParseCXXMemberInitializer(ThisDecl,
2054 else if (ThisDecl)
2055 Actions.AddInitializerToDecl(ThisDecl, Init.get(), EqualLoc.isInvalid(),
2057 } else if (ThisDecl && DS.getStorageClassSpec() == DeclSpec::SCS_static) {
2059 Actions.ActOnUninitializedDecl(ThisDecl,
2063 if (ThisDecl) {
2064 Actions.FinalizeDeclaration(ThisDecl);
2065 DeclsInGroup.push_back(ThisDecl);
2071 HandleMemberFunctionDeclDelays(DeclaratorInfo, ThisDecl);
2074 DeclaratorInfo.complete(ThisDecl);