Home | History | Annotate | Download | only in Lex

Lines Matching refs:Loaded

101            "Out-of bounds loaded preprocessed entity");
142 Loaded = ExternalSource->findPreprocessedEntitiesInRange(Range);
145 if (Loaded.first == Loaded.second)
150 // Check if range spans loaded entities.
152 return std::make_pair(int(Loaded.first)-TotalLoaded,
153 int(Loaded.second)-TotalLoaded);
155 // Range spands loaded and local entities.
156 return std::make_pair(int(Loaded.first)-TotalLoaded, Local.second);
324 "Out-of bounds loaded preprocessed entity");
332 /// \brief Retrieve the loaded preprocessed entity at the given index.
336 "Out-of bounds loaded preprocessed entity");