Searched refs:ParentDecl (Results 1 – 4 of 4) sorted by relevance
101 const Decl *ParentDecl = Code.getFunctionLikeNearestParent(); in createSourceReplacements() local102 assert(ParentDecl && "missing parent"); in createSourceReplacements()138 computeFunctionExtractionLocation(ParentDecl); in createSourceReplacements()
115 const NamedDecl *ParentDecl = getParentFunctionDecl(ND); in WriteNamedDecl() local116 if ((ParentDecl && ignoreDecl(ParentDecl)) || ignoreDecl(ND)) in WriteNamedDecl()133 MangledSymbol(getMangledNames(ParentDecl).front(), in WriteNamedDecl()
1769 FieldDecl *ParentDecl = in VisitMemberExpr() local1773 if (!ParentDecl || !ParentDecl->isAnonymousStructOrUnion()) in VisitMemberExpr()
5847 auto *ParentDecl = cast<RecordDecl>(CurContext); in BuildMicrosoftCAnonymousStruct() local5852 FieldDecl::Create(Context, ParentDecl, DS.getBeginLoc(), DS.getBeginLoc(), in BuildMicrosoftCAnonymousStruct()5874 ParentDecl->setInvalidDecl(); in BuildMicrosoftCAnonymousStruct()7739 const CXXRecordDecl *ParentDecl = dyn_cast<CXXRecordDecl>(Ctxt); in ActOnVariableDeclarator() local7740 if (ParentDecl && !ParentDecl->getDeclName()) { in ActOnVariableDeclarator()7741 AnonStruct = ParentDecl; in ActOnVariableDeclarator()