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);
195 if (ShouldGenerateLocation(D) && GenLoc(D, /*IncludeOffset=*/isLocal(D)))
269 if (ShouldGenerateLocation(D) && GenLoc(D, /*IncludeOffset=*/isLocal(D)))
289 GenLoc(D, /*IncludeOffset=*/true);
295 GenLoc(D, /*IncludeOffset=*/true);
369 GenLoc(CD, /*IncludeOffset=*/true);
418 if (ShouldGenerateLocation(D) && GenLoc(D, /*IncludeOffset=*/isLocal(D)))
492 if (ShouldGenerateLocation(D) && GenLoc(D, /*IncludeOffset=*/isLocal(D)))
502 GenLoc(D, /*IncludeOffset=*/true);
506 bool USRGenerator::GenLoc(const Decl *D, bool IncludeOffset) {
522 Context->getSourceManager(), IncludeOffset);
873 printLoc(Out, Loc, SM, /*IncludeOffset=*/true);