Lines Matching refs:source

61         return parsing->allCooked().GetSourcePositionRange(o.source)->first;  in getLocation()
69 return parsing->allCooked().GetSourcePositionRange(c.source)->first; in getLocation()
75 const CharBlock &source{std::get<0>(c.t).source}; in getLocation() local
76 return (parsing->allCooked().GetSourcePositionRange(source))->first; in getLocation()
81 const CharBlock &source{std::get<Verbatim>(o.t).source}; in getLocation() local
83 .GetSourcePositionRange(source) in getLocation()
89 const CharBlock &source{c.source}; in getLocation() local
90 return (parsing->allCooked().GetSourcePositionRange(source))->first; in getLocation()
106 const CharBlock &source{std::get<Verbatim>(o.t).source}; in getName() local
107 return normalize_construct_name(source.ToString()); in getName()
118 const CharBlock &source{std::get<0>(c.t).source}; in getName() local
119 return normalize_construct_name(source.ToString()); in getName()
124 const CharBlock &source{std::get<0>(c.t).source}; in getName() local
125 return normalize_construct_name(source.ToString()); in getName()
128 const CharBlock &source{std::get<0>(c.t).source}; in getName() local
129 return normalize_construct_name(source.ToString()); in getName()
135 const CharBlock &source{std::get<Verbatim>(c.t).source}; in getName() local
137 normalize_construct_name(source.ToString()); in getName()
149 const CharBlock &source{std::get<0>(std::get<0>(c.t).t).source}; in getName() local
150 return normalize_construct_name(source.ToString()); in getName()
227 PostClauseCommon(normalize_clause_name(c.source.ToString())); in Post()