Searched refs:nodeSourceInfo (Results 1 – 1 of 1) sorted by relevance
249 auto nodeSourceInfo = getSourceInfoFromSourceRange(cs->source_range()); in expandInlinedNodeStack() local250 nodeSourceInfo.func_name_ = cs->function_name().c_str(); in expandInlinedNodeStack()251 expandedstack->emplace_back(nodeSourceInfo); in expandInlinedNodeStack()264 auto nodeSourceInfo = getSourceInfoFromSourceRange(node->sourceRange()); in getNodeStack() local265 expandedstack->emplace_back(nodeSourceInfo); in getNodeStack()