Home | History | Annotate | Download | only in libclang

Lines Matching refs:BeginLoc

565   SourceLocation BeginLoc = RegionOfInterest.getBegin();
567 BeginLoc == RegionOfInterest.getEnd()) {
568 SourceLocation Loc = AU->mapLocationToPreamble(BeginLoc);
573 return Visit(cxcursor::MakeMacroExpansionCursor(MacroDef, BeginLoc, TU));
6653 SourceLocation BeginLoc = Tok.getLocation();
6696 MakePreprocessingDirectiveCursor(SourceRange(BeginLoc, EndLoc), TU);