Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Common/CodeLocationTools.hpp

    rf7496c5 r1f7dc61  
    1010// Created On       : Fri Dec  4 15:35:00 2020
    1111// Last Modified By : Andrew Beach
    12 // Last Modified On : Mon Mar 14 15:14:00 2022
    13 // Update Count     : 2
     12// Last Modified On : Wed Dec  9  9:53:00 2020
     13// Update Count     : 1
    1414//
    1515
    1616#pragma once
    1717
    18 struct CodeLocation;
    1918namespace ast {
    20         class Node;
    2119        class TranslationUnit;
    2220}
     
    3028// Assign a nearby code-location to any unset code locations in the forest.
    3129void forceFillCodeLocations( ast::TranslationUnit & unit );
    32 
    33 // Fill in code-locations with a parent code location,
    34 // using the provided CodeLocation as the base.
    35 ast::Node const *
    36         localFillCodeLocations( CodeLocation const &, ast::Node const * );
Note: See TracChangeset for help on using the changeset viewer.