Home | History | Annotate | Download | only in libclang

Lines Matching refs:Locations

5163     // to mark macro arg expanded tokens with their expanded locations.
5223 // of all of the token locations inside this preprocessing directive so
5228 SmallVector<SourceLocation, 32> Locations;
5230 Locations.push_back(Tok.getLocation());
5236 = MakePreprocessingDirectiveCursor(SourceRange(Locations.front(),
5237 Locations.back()),
5239 for (unsigned I = 0, N = Locations.size(); I != N; ++I) {
5240 Annotated[Locations[I].getRawEncoding()] = Cursor;
5274 // A mapping from the source locations found when re-lexing or traversing the
5294 // Annotate all of the source locations in the region of interest that map to