Lines Matching refs:getSourceManager
179 auto &SM = CI.getSourceManager(); in isLocationInKnownFile()
266 Context.getSourceManager().getPresumedLoc(Decl->getLocation()); in VisitVarDecl()
271 Comment = RawComment->getFormattedLines(Context.getSourceManager(), in VisitVarDecl()
327 Context.getSourceManager().getPresumedLoc(Decl->getLocation()); in VisitFunctionDecl()
332 Comment = RawComment->getFormattedLines(Context.getSourceManager(), in VisitFunctionDecl()
368 Context.getSourceManager().getPresumedLoc(Decl->getLocation()); in VisitEnumDecl()
372 Comment = RawComment->getFormattedLines(Context.getSourceManager(), in VisitEnumDecl()
409 Context.getSourceManager().getPresumedLoc(Decl->getLocation()); in VisitRecordDecl()
413 Comment = RawComment->getFormattedLines(Context.getSourceManager(), in VisitRecordDecl()
443 Context.getSourceManager().getPresumedLoc(Decl->getLocation()); in VisitObjCInterfaceDecl()
448 Comment = RawComment->getFormattedLines(Context.getSourceManager(), in VisitObjCInterfaceDecl()
490 Context.getSourceManager().getPresumedLoc(Decl->getLocation()); in VisitObjCProtocolDecl()
494 Comment = RawComment->getFormattedLines(Context.getSourceManager(), in VisitObjCProtocolDecl()
525 Context.getSourceManager().getPresumedLoc(Decl->getLocation()); in VisitTypedefNameDecl()
531 Comment = RawComment->getFormattedLines(Context.getSourceManager(), in VisitTypedefNameDecl()
551 Context.getSourceManager().getPresumedLoc(Decl->getLocation()); in VisitObjCCategoryDecl()
555 Comment = RawComment->getFormattedLines(Context.getSourceManager(), in VisitObjCCategoryDecl()
620 Context.getSourceManager().getPresumedLoc(Constant->getLocation()); in recordEnumConstants()
624 Comment = RawComment->getFormattedLines(Context.getSourceManager(), in recordEnumConstants()
647 Context.getSourceManager().getPresumedLoc(Field->getLocation()); in recordStructFields()
651 Comment = RawComment->getFormattedLines(Context.getSourceManager(), in recordStructFields()
677 Context.getSourceManager().getPresumedLoc(Method->getLocation()); in recordObjCMethods()
681 Comment = RawComment->getFormattedLines(Context.getSourceManager(), in recordObjCMethods()
704 Context.getSourceManager().getPresumedLoc(Property->getLocation()); in recordObjCProperties()
708 Comment = RawComment->getFormattedLines(Context.getSourceManager(), in recordObjCProperties()
747 Context.getSourceManager().getPresumedLoc(Ivar->getLocation()); in recordObjCInstanceVariables()
751 Comment = RawComment->getFormattedLines(Context.getSourceManager(), in recordObjCInstanceVariables()
892 CI.getSourceManager(), *LCF, *API, CI.getPreprocessor())); in CreateASTConsumer()