Home | History | Annotate | Download | only in Lex

Lines Matching refs:Loaded

96       assert(0 && "Out-of bounds loaded preprocessed entity");
141 Loaded = ExternalSource->findPreprocessedEntitiesInRange(Range);
144 if (Loaded.first == Loaded.second)
149 // Check if range spans loaded entities.
151 return std::make_pair(int(Loaded.first)-TotalLoaded,
152 int(Loaded.second)-TotalLoaded);
154 // Range spands loaded and local entities.
155 return std::make_pair(int(Loaded.first)-TotalLoaded, Local.second);
332 "Out-of bounds loaded preprocessed entity");
344 /// \brief Retrieve the loaded preprocessed entity at the given index.
348 "Out-of bounds loaded preprocessed entity");