Searched refs:ParentCtx (Results 1 – 6 of 6) sorted by relevance
323 SingleDeclTableKey(std::optional<Context> ParentCtx, IdentifierID NameID) in SingleDeclTableKey()324 : parentContextID(ParentCtx ? ParentCtx->id.Value in SingleDeclTableKey()
2100 std::optional<Context> ParentCtx) in lookupTagID() argument2110 ContextTableKey(ParentCtx, ContextKind::Tag, *TagID)); in lookupTagID()
72 ParentMapContext &ParentCtx = C.getASTContext().getParentMapContext(); in isInCondition() local75 const DynTypedNodeList Parents = ParentCtx.getParents(*S); in isInCondition()
748 ParentMapContext &ParentCtx = ACtx.getParentMapContext(); in isInAddressOf() local750 const DynTypedNodeList Parents = ParentCtx.getParents(*S); in isInAddressOf()
188 std::optional<Context> ParentCtx = std::nullopt);
1430 const LocationContext *ParentCtx = CalleeCtx->getParent(); in getCaller() local1431 const LocationContext *CallerCtx = ParentCtx->getStackFrame(); in getCaller()