- File:
-
- 1 edited
-
src/Common/CodeLocationTools.hpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Common/CodeLocationTools.hpp
rf7496c5 r1f7dc61 10 10 // Created On : Fri Dec 4 15:35:00 2020 11 11 // Last Modified By : Andrew Beach 12 // Last Modified On : Mon Mar 14 15:14:00 202213 // Update Count : 212 // Last Modified On : Wed Dec 9 9:53:00 2020 13 // Update Count : 1 14 14 // 15 15 16 16 #pragma once 17 17 18 struct CodeLocation;19 18 namespace ast { 20 class Node;21 19 class TranslationUnit; 22 20 } … … 30 28 // Assign a nearby code-location to any unset code locations in the forest. 31 29 void 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.