Searched refs:ParentCtx (Results 1 – 7 of 7) sorted by relevance
148 if (auto *ParentCtx = llvm::cast_if_present<RecordContext>(ParentRecord)) { in removeRecord() local149 ParentCtx->removeFromRecordChain(Record); in removeRecord()151 ParentCtx->stealRecordChain(*RecordAsCtx); in removeRecord()
341 SingleDeclTableKey(std::optional<Context> ParentCtx, IdentifierID NameID) in SingleDeclTableKey()342 : parentContextID(ParentCtx ? ParentCtx->id.Value in SingleDeclTableKey()
2276 std::optional<Context> ParentCtx) in lookupTagID() argument2286 ContextTableKey(ParentCtx, ContextKind::Tag, *TagID)); in lookupTagID()
71 ParentMapContext &ParentCtx = C.getASTContext().getParentMapContext(); in isInCondition() local74 const DynTypedNodeList Parents = ParentCtx.getParents(*S); in isInCondition()
803 ParentMapContext &ParentCtx = ACtx.getParentMapContext(); in isInAddressOf() local805 const DynTypedNodeList Parents = ParentCtx.getParents(*S); in isInAddressOf()
195 std::optional<Context> ParentCtx = std::nullopt);
1450 const LocationContext *ParentCtx = CalleeCtx->getParent(); in getCaller() local1451 const LocationContext *CallerCtx = ParentCtx->getStackFrame(); in getCaller()