Searched refs:ParentDecl (Results 1 – 4 of 4) sorted by relevance
100 const Decl *ParentDecl = Code.getFunctionLikeNearestParent(); in createSourceReplacements() local101 assert(ParentDecl && "missing parent"); in createSourceReplacements()137 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()
1398 FieldDecl *ParentDecl = in VisitMemberExpr() local1402 if (!ParentDecl || !ParentDecl->isAnonymousStructOrUnion()) in VisitMemberExpr()
5286 auto *ParentDecl = cast<RecordDecl>(CurContext); in BuildMicrosoftCAnonymousStruct() local5291 FieldDecl::Create(Context, ParentDecl, DS.getBeginLoc(), DS.getBeginLoc(), in BuildMicrosoftCAnonymousStruct()5312 ParentDecl->setInvalidDecl(); in BuildMicrosoftCAnonymousStruct()6984 const CXXRecordDecl *ParentDecl = dyn_cast<CXXRecordDecl>(Ctxt); in ActOnVariableDeclarator() local6985 if (ParentDecl && !ParentDecl->getDeclName()) { in ActOnVariableDeclarator()6986 AnonStruct = ParentDecl; in ActOnVariableDeclarator()