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()
1585 FieldDecl *ParentDecl = in VisitMemberExpr() local1589 if (!ParentDecl || !ParentDecl->isAnonymousStructOrUnion()) in VisitMemberExpr()
5906 auto *ParentDecl = cast<RecordDecl>(CurContext); in BuildMicrosoftCAnonymousStruct() local5911 FieldDecl::Create(Context, ParentDecl, DS.getBeginLoc(), DS.getBeginLoc(), in BuildMicrosoftCAnonymousStruct()5933 ParentDecl->setInvalidDecl(); in BuildMicrosoftCAnonymousStruct()7706 const CXXRecordDecl *ParentDecl = dyn_cast<CXXRecordDecl>(Ctxt); in ActOnVariableDeclarator() local7707 if (ParentDecl && !ParentDecl->getDeclName()) { in ActOnVariableDeclarator()7708 AnonStruct = ParentDecl; in ActOnVariableDeclarator()