Searched refs:getAtStartLoc (Results 1 – 4 of 4) sorted by relevance
796 SourceLocation getAtStartLoc() const { return AtStart; } in getAtStartLoc() function992 return SourceRange(getAtStartLoc(), getLocation()); in getSourceRange()1882 return SourceRange(getAtStartLoc(), getLocation()); in getSourceRange()
3487 Importer.Import(D->getAtStartLoc()), in VisitObjCCategoryDecl()3623 Importer.Import(D->getAtStartLoc()), in VisitObjCProtocolDecl()3821 Importer.Import(D->getAtStartLoc()), in VisitObjCInterfaceDecl()3858 Importer.Import(D->getAtStartLoc()), in VisitObjCCategoryImplDecl()3903 Importer.Import(D->getAtStartLoc()), in VisitObjCImplementationDecl()
642 Writer.AddSourceLocation(D->getAtStartLoc(), Record); in VisitObjCContainerDecl()
3146 CDecl->getAtStartLoc(); in RewriteObjCInternalStruct()