Home | History | Annotate | Download | only in libclang

Lines Matching defs:BeginLoc

539   SourceLocation BeginLoc = RegionOfInterest.getBegin();
541 BeginLoc == RegionOfInterest.getEnd()) {
542 SourceLocation Loc = AU->mapLocationToPreamble(BeginLoc);
547 return Visit(cxcursor::MakeMacroExpansionCursor(MacroDef, BeginLoc, TU));
5439 SourceLocation BeginLoc = Tok.getLocation();
5482 MakePreprocessingDirectiveCursor(SourceRange(BeginLoc, EndLoc), TU);