Lines Matching refs:getSourceManager
48 return Context.getSourceManager().isInSystemHeader(D->getLocation()); in isInSystemHeader()
78 Context.getSourceManager().getPresumedLoc(Decl->getLocation()); in VisitVarDecl()
82 Comment = RawComment->getFormattedLines(Context.getSourceManager(), in VisitVarDecl()
138 Context.getSourceManager().getPresumedLoc(Decl->getLocation()); in VisitFunctionDecl()
142 Comment = RawComment->getFormattedLines(Context.getSourceManager(), in VisitFunctionDecl()
184 Context.getSourceManager().getPresumedLoc(Decl->getLocation()); in VisitEnumDecl()
187 Comment = RawComment->getFormattedLines(Context.getSourceManager(), in VisitEnumDecl()
227 Context.getSourceManager().getPresumedLoc(Decl->getLocation()); in VisitRecordDecl()
230 Comment = RawComment->getFormattedLines(Context.getSourceManager(), in VisitRecordDecl()
261 Context.getSourceManager().getPresumedLoc(Decl->getLocation()); in VisitObjCInterfaceDecl()
265 Comment = RawComment->getFormattedLines(Context.getSourceManager(), in VisitObjCInterfaceDecl()
307 Context.getSourceManager().getPresumedLoc(Decl->getLocation()); in VisitObjCProtocolDecl()
310 Comment = RawComment->getFormattedLines(Context.getSourceManager(), in VisitObjCProtocolDecl()
342 Context.getSourceManager().getPresumedLoc(Decl->getLocation()); in VisitTypedefNameDecl()
347 Comment = RawComment->getFormattedLines(Context.getSourceManager(), in VisitTypedefNameDecl()
368 Context.getSourceManager().getPresumedLoc(Decl->getLocation()); in VisitObjCCategoryDecl()
371 Comment = RawComment->getFormattedLines(Context.getSourceManager(), in VisitObjCCategoryDecl()
404 Context.getSourceManager().getPresumedLoc(Constant->getLocation()); in recordEnumConstants()
407 Comment = RawComment->getFormattedLines(Context.getSourceManager(), in recordEnumConstants()
431 Context.getSourceManager().getPresumedLoc(Field->getLocation()); in recordStructFields()
434 Comment = RawComment->getFormattedLines(Context.getSourceManager(), in recordStructFields()
462 Context.getSourceManager().getPresumedLoc(Method->getLocation()); in recordObjCMethods()
465 Comment = RawComment->getFormattedLines(Context.getSourceManager(), in recordObjCMethods()
490 Context.getSourceManager().getPresumedLoc(Property->getLocation()); in recordObjCProperties()
493 Comment = RawComment->getFormattedLines(Context.getSourceManager(), in recordObjCProperties()
533 Context.getSourceManager().getPresumedLoc(Ivar->getLocation()); in recordObjCInstanceVariables()
536 Comment = RawComment->getFormattedLines(Context.getSourceManager(), in recordObjCInstanceVariables()