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()
114 const NamedDecl *ParentDecl = getParentFunctionDecl(ND); in WriteNamedDecl() local115 if ((ParentDecl && ignoreDecl(ParentDecl)) || ignoreDecl(ND)) in WriteNamedDecl()132 MangledSymbol(getMangledNames(ParentDecl).front(), in WriteNamedDecl()
1571 FieldDecl *ParentDecl = in VisitMemberExpr() local1575 if (!ParentDecl || !ParentDecl->isAnonymousStructOrUnion()) in VisitMemberExpr()
5770 auto *ParentDecl = cast<RecordDecl>(CurContext); in BuildMicrosoftCAnonymousStruct() local5775 FieldDecl::Create(Context, ParentDecl, DS.getBeginLoc(), DS.getBeginLoc(), in BuildMicrosoftCAnonymousStruct()5796 ParentDecl->setInvalidDecl(); in BuildMicrosoftCAnonymousStruct()7549 const CXXRecordDecl *ParentDecl = dyn_cast<CXXRecordDecl>(Ctxt); in ActOnVariableDeclarator() local7550 if (ParentDecl && !ParentDecl->getDeclName()) { in ActOnVariableDeclarator()7551 AnonStruct = ParentDecl; in ActOnVariableDeclarator()