Home | History | Annotate | Download | only in libclang

Lines Matching refs:BeginLoc

542   SourceLocation BeginLoc = RegionOfInterest.getBegin();
544 BeginLoc == RegionOfInterest.getEnd()) {
545 SourceLocation Loc = AU->mapLocationToPreamble(BeginLoc);
550 return Visit(cxcursor::MakeMacroExpansionCursor(MacroDef, BeginLoc, TU));
5540 SourceLocation BeginLoc = Tok.getLocation();
5583 MakePreprocessingDirectiveCursor(SourceRange(BeginLoc, EndLoc), TU);