Home | History | Annotate | Download | only in Index

Lines Matching refs:IncludeOffset

28                      const SourceManager &SM, bool IncludeOffset) {
41 if (IncludeOffset) {
117 bool GenLoc(const Decl *D, bool IncludeOffset);
197 if (ShouldGenerateLocation(D) && GenLoc(D, /*IncludeOffset=*/isLocal(D)))
271 if (ShouldGenerateLocation(D) && GenLoc(D, /*IncludeOffset=*/isLocal(D)))
291 GenLoc(D, /*IncludeOffset=*/true);
297 GenLoc(D, /*IncludeOffset=*/true);
371 GenLoc(CD, /*IncludeOffset=*/true);
420 if (ShouldGenerateLocation(D) && GenLoc(D, /*IncludeOffset=*/isLocal(D)))
495 if (ShouldGenerateLocation(D) && GenLoc(D, /*IncludeOffset=*/isLocal(D)))
505 GenLoc(D, /*IncludeOffset=*/true);
509 bool USRGenerator::GenLoc(const Decl *D, bool IncludeOffset) {
525 Context->getSourceManager(), IncludeOffset);
866 printLoc(Out, Loc, SM, /*IncludeOffset=*/true);