Lines Matching refs:Comment

80   DocComment Comment;  in VisitVarDecl()  local
82 Comment = RawComment->getFormattedLines(Context.getSourceManager(), in VisitVarDecl()
92 API.addGlobalVar(Name, USR, Loc, AvailabilitySet(Decl), Linkage, Comment, in VisitVarDecl()
140 DocComment Comment; in VisitFunctionDecl() local
142 Comment = RawComment->getFormattedLines(Context.getSourceManager(), in VisitFunctionDecl()
154 API.addGlobalFunction(Name, USR, Loc, AvailabilitySet(Decl), Linkage, Comment, in VisitFunctionDecl()
185 DocComment Comment; in VisitEnumDecl() local
187 Comment = RawComment->getFormattedLines(Context.getSourceManager(), in VisitEnumDecl()
197 API.copyString(Name), USR, Loc, AvailabilitySet(Decl), Comment, in VisitEnumDecl()
228 DocComment Comment; in VisitRecordDecl() local
230 Comment = RawComment->getFormattedLines(Context.getSourceManager(), in VisitRecordDecl()
240 API.addStruct(Name, USR, Loc, AvailabilitySet(Decl), Comment, Declaration, in VisitRecordDecl()
263 DocComment Comment; in VisitObjCInterfaceDecl() local
265 Comment = RawComment->getFormattedLines(Context.getSourceManager(), in VisitObjCInterfaceDecl()
282 Name, USR, Loc, AvailabilitySet(Decl), Linkage, Comment, Declaration, in VisitObjCInterfaceDecl()
308 DocComment Comment; in VisitObjCProtocolDecl() local
310 Comment = RawComment->getFormattedLines(Context.getSourceManager(), in VisitObjCProtocolDecl()
320 Name, USR, Loc, AvailabilitySet(Decl), Comment, Declaration, SubHeading, in VisitObjCProtocolDecl()
345 DocComment Comment; in VisitTypedefNameDecl() local
347 Comment = RawComment->getFormattedLines(Context.getSourceManager(), in VisitTypedefNameDecl()
355 API.addTypedef(Name, USR, Loc, AvailabilitySet(Decl), Comment, in VisitTypedefNameDecl()
369 DocComment Comment; in VisitObjCCategoryDecl() local
371 Comment = RawComment->getFormattedLines(Context.getSourceManager(), in VisitObjCCategoryDecl()
384 Name, USR, Loc, AvailabilitySet(Decl), Comment, Declaration, SubHeading, in VisitObjCCategoryDecl()
405 DocComment Comment; in recordEnumConstants() local
407 Comment = RawComment->getFormattedLines(Context.getSourceManager(), in recordEnumConstants()
417 Comment, Declaration, SubHeading, in recordEnumConstants()
432 DocComment Comment; in recordStructFields() local
434 Comment = RawComment->getFormattedLines(Context.getSourceManager(), in recordStructFields()
444 Comment, Declaration, SubHeading, in recordStructFields()
463 DocComment Comment; in recordObjCMethods() local
465 Comment = RawComment->getFormattedLines(Context.getSourceManager(), in recordObjCMethods()
477 Comment, Declaration, SubHeading, Signature, in recordObjCMethods()
491 DocComment Comment; in recordObjCProperties() local
493 Comment = RawComment->getFormattedLines(Context.getSourceManager(), in recordObjCProperties()
514 Container, Name, USR, Loc, AvailabilitySet(Property), Comment, in recordObjCProperties()
534 DocComment Comment; in recordObjCInstanceVariables() local
536 Comment = RawComment->getFormattedLines(Context.getSourceManager(), in recordObjCInstanceVariables()
549 Container, Name, USR, Loc, AvailabilitySet(Ivar), Comment, Declaration, in recordObjCInstanceVariables()